- All Implemented Interfaces:
MAC
public class HMACMD596ETM
extends HMACMD596
-
Field Summary
Fields
| Modifier and Type |
Field |
Description |
protected java.lang.String |
algorithm |
|
protected int |
bsize |
|
protected boolean |
etm |
|
protected java.lang.String |
name |
|
-
-
Method Summary
| Modifier and Type |
Method |
Description |
java.lang.String |
getName() |
|
void |
init(byte[] key) |
|
boolean |
isEtM() |
|
void |
update(byte[] foo,
int s,
int l) |
|
void |
update(int i) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
protected java.lang.String name
-
-
protected java.lang.String algorithm
-
-
-
Method Details
-
public void init(byte[] key)
throws java.lang.Exception
- Specified by:
init in interface MAC
- Throws:
java.lang.Exception
-
public void update(int i)
- Specified by:
update in interface MAC
-
public void update(byte[] foo,
int s,
int l)
- Specified by:
update in interface MAC
-
public java.lang.String getName()
- Specified by:
getName in interface MAC
-
public boolean isEtM()
- Specified by:
isEtM in interface MAC