Package org.jivesoftware.smack.util
Class MAC
java.lang.Object
org.jivesoftware.smack.util.MAC
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
hmacsha1
(byte[] keyBytes, byte[] input) static byte[]
hmacsha1
(SecretKeySpec key, byte[] input)
-
Field Details
-
HMACSHA1
- See Also:
-
-
Constructor Details
-
MAC
public MAC()
-
-
Method Details
-
hmacsha1
- Throws:
InvalidKeyException
-
hmacsha1
- Throws:
InvalidKeyException
-