public class CK_KEY_WRAP_SET_OAEP_PARAMS
extends java.lang.Object
PKCS#11 structure:
typedef struct CK_KEY_WRAP_SET_OAEP_PARAMS {
CK_BYTE bBC;
CK_BYTE_PTR pX;
CK_ULONG ulXLen;
} CK_KEY_WRAP_SET_OAEP_PARAMS;
| Modifier and Type | Field and Description |
|---|---|
byte |
bBC
block contents byte
PKCS#11:
CK_BYTE bBC;
|
byte[] |
pX
extra data
PKCS#11:
CK_BYTE_PTR pX;
CK_ULONG ulXLen;
|
| Constructor and Description |
|---|
CK_KEY_WRAP_SET_OAEP_PARAMS() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns the string representation of CK_KEY_WRAP_SET_OAEP_PARAMS.
|