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

Method sha224

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

Source from the content-addressed store, hash-verified

165
166 /// One-shot SHA-224 hash.
167 public static byte[] sha224(byte[] data) {
168 return create(SHA224).digest(data);
169 }
170
171 /// One-shot SHA-256 hash (recommended general-purpose hash).
172 public static byte[] sha256(byte[] data) {

Callers 2

invokeStatic3Method · 0.45
invokeStatic4Method · 0.45

Calls 2

createMethod · 0.95
digestMethod · 0.45

Tested by

no test coverage detected