Searched defs:HS384 (Results 1 – 5 of 5) sorted by relevance
29 HS384 = 2; // HMAC using SHA-384 enumerator
82 public static final Algorithm HS384 = new Algorithm("HS384"); field in JwtHmacParameters.Algorithm