Package com.hierynomus.security
Interface Mac
-
-
Method Detail
-
init
void init(byte[] key) throws SecurityException
- Throws:
SecurityException
-
update
void update(byte b)
-
update
void update(byte[] array)
-
update
void update(byte[] array, int offset, int length)
-
doFinal
byte[] doFinal()
-
reset
void reset()
-
-