Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
runHashVectors
Method · 0.95
streamingProducesSameResultAsOneShot
Method · 0.95
md5
Method · 0.45
sha1
Method · 0.45
sha224
Method · 0.45
sha256
Method · 0.45
sha384
Method · 0.45
sha512
Method · 0.45
doFinal
Method · 0.45
createChecksum
Method · 0.45
getMd5
Method · 0.45
createChecksum
Method · 0.45
Calls
1
update
Method · 0.65
Tested by
3
runHashVectors
Method · 0.76
streamingProducesSameResultAsOneShot
Method · 0.76
handle
Method · 0.36