gnu.crypto.jce.spec
Class UMac32ParameterSpec
- AlgorithmParameterSpec
public class UMac32ParameterSpec
implements AlgorithmParameterSpec
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.
protected byte[] | nonce - The Nonce material.
|
byte[] | getNonce() - Return the nonce material.
|
nonce
protected byte[] nonce
The Nonce material.
UMac32ParameterSpec
public UMac32ParameterSpec(byte[] nonce)
Create a new parameter instance.
nonce
- The nonce material.
getNonce
public byte[] getNonce()
Return the nonce material.
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.