Interface MAC
public interface MAC
-
Method Summary
-
Method Details
-
getName
String getName() -
getBlockSize
int getBlockSize() -
init
-
update
void update(byte[] foo, int start, int len) -
update
void update(int foo) -
doFinal
void doFinal(byte[] buf, int offset) -
isEtM
default boolean isEtM()
-