Package iaik.pkcs.pkcs11.wrapper
Class CK_RC5_MAC_GENERAL_PARAMS
- java.lang.Object
-
- iaik.pkcs.pkcs11.wrapper.CK_RC5_MAC_GENERAL_PARAMS
-
public class CK_RC5_MAC_GENERAL_PARAMS extends Object
class CK_RC5_MAC_GENERAL_PARAMS provides the parameters to the CKM_RC5_MAC_GENERAL mechanism.PKCS#11 structure:
typedef struct CK_RC5_MAC_GENERAL_PARAMS { CK_ULONG ulWordsize; CK_ULONG ulRounds; CK_ULONG ulMacLength; } CK_RC5_MAC_GENERAL_PARAMS;- Author:
- Karl Scheibelhofer (SIC), Martin Schläffer (SIC)
-
-
Field Summary
Fields Modifier and Type Field Description longulMacLengthPKCS#11:longulRoundsPKCS#11:longulWordsizePKCS#11:
-
Constructor Summary
Constructors Constructor Description CK_RC5_MAC_GENERAL_PARAMS()
-