gnu.crypto.jce.spec
public class UMac32ParameterSpec extends Object implements AlgorithmParameterSpec
Version: $Revision: 1.2 $
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.
|
Parameters: nonce The nonce material.
Returns: The nonce material.