@InterfaceAudience.Private public class DigestUtils extends Object
Utility methods around hashes, message digests, etc…
Constructor and Description |
---|
DigestUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
digestSha1Hex(String source)
Hashes the source with SHA1 and returns the resulting hash as an hexadecimal string.
|
Copyright © 2014 Couchbase, Inc.