public interface ScramHmac
java.lang.String
getHmacName()
byte[]
hmac(byte[] key, byte[] str)
java.lang.String getHmacName()
byte[] hmac(byte[] key, byte[] str) throws java.security.InvalidKeyException
key
str
java.security.InvalidKeyException