|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.crypto.jce.spec.UMac32ParameterSpec
This class represents the parameters for the UMAC-32 message authentication code algorithm. In practice this means the Nonce material used to initialize the algorithm.
Field Summary | |
protected byte[] |
nonce
The Nonce material. |
Constructor Summary | |
UMac32ParameterSpec(byte[] nonce)
Create a new parameter instance. |
Method Summary | |
byte[] |
getNonce()
Return the nonce material. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected byte[] nonce
Constructor Detail |
public UMac32ParameterSpec(byte[] nonce)
nonce
- The nonce material.Method Detail |
public byte[] getNonce()
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |