public class BaseMac extends java.lang.Object implements Mac
Mac implementations based on the JCE provider.| Constructor and Description |
|---|
BaseMac(java.lang.String algorithm,
int bsize,
int defbsize) |
| Modifier and Type | Method and Description |
|---|---|
void |
doFinal(byte[] buf,
int offset) |
int |
getBlockSize() |
void |
init(byte[] key) |
void |
update(byte[] foo,
int s,
int l) |
void |
updateUInt(long i) |
public int getBlockSize()
getBlockSize in interface Macpublic void init(byte[] key)
throws java.lang.Exception
public void updateUInt(long i)
updateUInt in interface MacCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.