Package com.hierynomus.security
Interface Mac
public interface Mac
-
Method Summary
-
Method Details
-
init
- 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()
-