Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ md5
Method
md5
CodenameOne/src/com/codename1/security/Hash.java:157–159 ·
view source on GitHub ↗
(byte[] data)
Source
from the content-addressed store, hash-verified
155
156
/// One-shot MD5 hash.
157
public
static
byte[] md5(byte[] data) {
158
return
create(MD5).digest(data);
159
}
160
161
/// One-shot SHA-1 hash.
162
public
static
byte[] sha1(byte[] data) {
Callers
4
runHashVectors
Method · 0.95
md5_emptyAndAbc
Method · 0.95
invokeStatic3
Method · 0.45
invokeStatic4
Method · 0.45
Calls
2
create
Method · 0.95
digest
Method · 0.45
Tested by
2
runHashVectors
Method · 0.76
md5_emptyAndAbc
Method · 0.76