Class HmacT64
java.lang.Object
com.hierynomus.security.mac.HmacT64
- All Implemented Interfaces:
Mac
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate byte[]private static final byteprivate MessageDigestprivate byte[]private static final byte -
Constructor Summary
ConstructorsConstructorDescriptionHmacT64(MessageDigest md5) Creates an HMACT64 instance which uses the given secret key material. -
Method Summary
-
Field Details
-
BLOCK_LENGTH
private static final int BLOCK_LENGTH- See Also:
-
IPAD
private static final byte IPAD- See Also:
-
OPAD
private static final byte OPAD- See Also:
-
md5
-
ipad
private byte[] ipad -
opad
private byte[] opad
-
-
Constructor Details
-
HmacT64
Creates an HMACT64 instance which uses the given secret key material.
-
-
Method Details
-
init
- Specified by:
initin interfaceMac- Throws:
SecurityException
-
doFinal
-
update
-
update
-
update
-
reset
-