| Constructor and Description |
|---|
JceMac(java.lang.String algorithm,
java.security.Provider jceProvider,
java.lang.String providerName) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
doFinal() |
void |
init(byte[] key) |
void |
reset() |
void |
update(byte b) |
void |
update(byte[] array) |
void |
update(byte[] array,
int offset,
int length) |
public JceMac(java.lang.String algorithm,
java.security.Provider jceProvider,
java.lang.String providerName)
throws SecurityException
SecurityExceptionpublic void init(byte[] key)
throws SecurityException
init in interface MacSecurityExceptionpublic void update(byte[] array,
int offset,
int length)