public interface ScramHmac
Modifier and Type | Method and Description |
---|---|
String |
getHmacName() |
byte[] |
hmac(byte[] key,
byte[] str)
RFC 5802 § 2.2 HMAC(key, str).
|
String getHmacName()
byte[] hmac(byte[] key, byte[] str) throws InvalidKeyException
key
- str
- InvalidKeyException