|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectiaik.pkcs.pkcs11.wrapper.CK_RC2_MAC_GENERAL_PARAMS
class CK_RC2_MAC_GENERAL_PARAMS provides the parameters to the CKM_RC2_MAC_GENERAL mechanism.
PKCS#11 structure:
typedef struct CK_RC2_MAC_GENERAL_PARAMS {
CK_ULONG ulEffectiveBits;
CK_ULONG ulMacLength;
} CK_RC2_MAC_GENERAL_PARAMS;
| Field Summary | |
long |
ulEffectiveBits
PKCS#11: CK_ULONG ulEffectiveBits; |
long |
ulMacLength
PKCS#11: CK_ULONG ulMacLength; |
| Constructor Summary | |
CK_RC2_MAC_GENERAL_PARAMS()
|
|
| Method Summary | |
String |
toString()
Returns the string representation of CK_RC2_MAC_GENERAL_PARAMS. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public long ulEffectiveBits
CK_ULONG ulEffectiveBits;
public long ulMacLength
CK_ULONG ulMacLength;
| Constructor Detail |
public CK_RC2_MAC_GENERAL_PARAMS()
| Method Detail |
public String toString()
|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||