|
IAIK PKCS#11 Wrapper version 1.2.17 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectiaik.pkcs.pkcs11.wrapper.CK_DES_CBC_ENCRYPT_DATA_PARAMS
The class CK_DES_CBC_ENCRYPT_DATA_PARAMS provides the parameters to the CKM_DES_CBC_ENCRYPT_DATA and CKM_DES3_CBC_ENCRYPT_DATA mechanisms.
PKCS#11 structure:
typedef struct CK_DES_CBC_ENCRYPT_DATA_PARAMS {
CK_BYTE iv[8];
CK_BYTE_PTR pData;
CK_ULONG length;
} CK_DES_CBC_ENCRYPT_DATA_PARAMS;
| Field Summary | |
byte[] |
iv
PKCS#11: CK_BYTE iv[8]; The 8-byte initialization vector. |
byte[] |
pData
PKCS#11: CK_BYTE_PTR pData; CK_ULONG length; |
| Constructor Summary | |
CK_DES_CBC_ENCRYPT_DATA_PARAMS()
|
|
| Method Summary | |
String |
toString()
Returns the string representation of CK_DES_CBC_ENCRYPT_DATA_PARAMS. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public byte[] iv
CK_BYTE iv[8];The 8-byte initialization vector.
public byte[] pData
CK_BYTE_PTR pData; CK_ULONG length;
| Constructor Detail |
public CK_DES_CBC_ENCRYPT_DATA_PARAMS()
| Method Detail |
public String toString()
|
IAIK PKCS#11 Wrapper version 1.2.17 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||