Searched refs:ALGORITHM (Results 1 – 2 of 2) sorted by relevance
36 private static final String ALGORITHM = "HmacSHA256"; field in HmacKeyManager43 Mac mac = Mac.getInstance(ALGORITHM); in generateHmac()44 SecretKeySpec keySpec = new SecretKeySpec(salt, ALGORITHM); in generateHmac()
56 private static final int ALGORITHM = 3; field in Utils146 .put(ALGORITHM, ALGORITHM_EDDSA) in encodeEd25519PubKey()162 .put(ALGORITHM, ALGORITHM_ECDH_ES_HKDF_256) in encodeX25519PubKey()