public interface ScramHmac
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHmacName() |
byte[] |
hmac(byte[] key,
byte[] str)
RFC 5802 § 2.2 HMAC(key, str).
|
java.lang.String getHmacName()
byte[] hmac(byte[] key,
byte[] str)
throws java.security.InvalidKeyException
key - TODO javadoc me pleasestr - TODO javadoc me pleasejava.security.InvalidKeyException - in case there was an invalid key.