MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / digest

Method digest

CodenameOne/src/com/codename1/security/Hash.java:133–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131 ///
132 /// the raw digest bytes (algorithm specific length)
133 public byte[] digest() {
134 return impl.digest();
135 }
136
137 /// Convenience: feed `data` then return the digest.
138 public byte[] digest(byte[] data) {

Callers 15

runHashVectorsMethod · 0.95
md5Method · 0.45
sha1Method · 0.45
sha224Method · 0.45
sha256Method · 0.45
sha384Method · 0.45
sha512Method · 0.45
doFinalMethod · 0.45
createChecksumMethod · 0.45
getMd5Method · 0.45
createChecksumMethod · 0.45

Calls 1

updateMethod · 0.65

Tested by 3

runHashVectorsMethod · 0.76
handleMethod · 0.36