public class CK_RC5_MAC_GENERAL_PARAMS
extends java.lang.Object
PKCS#11 structure:
typedef struct CK_RC5_MAC_GENERAL_PARAMS { CK_ULONG ulWordsize; CK_ULONG ulRounds; CK_ULONG ulMacLength; } CK_RC5_MAC_GENERAL_PARAMS;
Modifier and Type | Field and Description |
---|---|
long |
ulMacLength
PKCS#11:
CK_ULONG ulMacLength;
|
long |
ulRounds
PKCS#11:
CK_ULONG ulRounds;
|
long |
ulWordsize
PKCS#11:
CK_ULONG ulWordsize;
|
Constructor and Description |
---|
CK_RC5_MAC_GENERAL_PARAMS() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns the string representation of CK_RC5_MAC_GENERAL_PARAMS.
|