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

Method sha384

CodenameOne/src/com/codename1/security/Hash.java:177–179  ·  view source on GitHub ↗
(byte[] data)

Source from the content-addressed store, hash-verified

175
176 /// One-shot SHA-384 hash.
177 public static byte[] sha384(byte[] data) {
178 return create(SHA384).digest(data);
179 }
180
181 /// One-shot SHA-512 hash.
182 public static byte[] sha512(byte[] data) {

Callers 4

runHashVectorsMethod · 0.95
sha384_abcMethod · 0.95
invokeStatic3Method · 0.45
invokeStatic4Method · 0.45

Calls 2

createMethod · 0.95
digestMethod · 0.45

Tested by 2

runHashVectorsMethod · 0.76
sha384_abcMethod · 0.76