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

Method verifyHs384

CodenameOne/src/com/codename1/security/Jwt.java:221–223  ·  view source on GitHub ↗
(byte[] secret)

Source from the content-addressed store, hash-verified

219
220 /// HMAC verification with HS384.
221 public boolean verifyHs384(byte[] secret) {
222 return verifyHmac(HS384, secret);
223 }
224
225 /// HMAC verification with HS512.
226 public boolean verifyHs512(byte[] secret) {

Callers 1

invoke8Method · 0.80

Calls 1

verifyHmacMethod · 0.95

Tested by

no test coverage detected