public class CK_AES_CBC_ENCRYPT_DATA_PARAMS
extends java.lang.Object
PKCS#11 structure:
typedef struct CK_AES_CBC_ENCRYPT_DATA_PARAMS { CK_BYTE iv[16]; CK_BYTE_PTR pData; CK_ULONG length; } CK_AES_CBC_ENCRYPT_DATA_PARAMS;
Modifier and Type | Field and Description |
---|---|
byte[] |
iv
PKCS#11:
CK_BYTE iv[16];
The 16-byte initialization vector.
|
byte[] |
pData
PKCS#11:
CK_BYTE_PTR pData;
CK_ULONG length;
|
Constructor and Description |
---|
CK_AES_CBC_ENCRYPT_DATA_PARAMS() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns the string representation of CK_AES_CBC_ENCRYPT_DATA_PARAMS.
|