Modifier and Type | Method and Description |
---|---|
static HashingSink |
HashingSink.md5(Sink sink)
Returns a sink that uses the obsolete MD5 hash algorithm.
|
static HashingSink |
HashingSink.sha1(Sink sink)
Returns a sink that uses the obsolete SHA-1 hash algorithm.
|
static HashingSink |
HashingSink.sha256(Sink sink)
Returns a sink that uses the SHA-256 hash algorithm.
|
Copyright © 2016. All Rights Reserved.