|
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_RC5_CBC_PARAMS
class CK_RC5_CBC_PARAMS is a structure that provides the parameters to the CKM_RC5_CBC and CKM_RC5_CBC_PAD mechanisms.
PKCS#11 structure:
typedef struct CK_RC5_CBC_PARAMS {
CK_ULONG ulWordsize;
CK_ULONG ulRounds;
CK_BYTE_PTR pIv;
CK_ULONG ulIvLen;
} CK_RC5_CBC_PARAMS;
| Field Summary | |
byte[] |
pIv
PKCS#11: CK_BYTE_PTR pIv; CK_ULONG ulIvLen; |
long |
ulRounds
PKCS#11: CK_ULONG ulRounds; |
long |
ulWordsize
PKCS#11: CK_ULONG ulWordsize; |
| Constructor Summary | |
CK_RC5_CBC_PARAMS()
|
|
| Method Summary | |
String |
toString()
Returns the string representation of CK_RC5_CBC_PARAMS. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public long ulWordsize
CK_ULONG ulWordsize;
public long ulRounds
CK_ULONG ulRounds;
public byte[] pIv
CK_BYTE_PTR pIv; CK_ULONG ulIvLen;
| Constructor Detail |
public CK_RC5_CBC_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 | ||||||||||