Modifier and Type | Method and Description |
---|---|
static HashingSource |
HashingSource.md5(Source source)
Returns a sink that uses the obsolete MD5 hash algorithm.
|
static HashingSource |
HashingSource.sha1(Source source)
Returns a sink that uses the obsolete SHA-1 hash algorithm.
|
static HashingSource |
HashingSource.sha256(Source source)
Returns a sink that uses the SHA-256 hash algorithm.
|
Copyright © 2016. All rights reserved.