Package com.couchbase.client.java.util
Class DigestUtils
- java.lang.Object
-
- com.couchbase.client.java.util.DigestUtils
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringdigestSha1Hex(String source)Hashes the source with SHA1 and returns the resulting hash as an hexadecimal string.
-