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