PKCS#11 structure:
typedef struct CK_CCM_PARAMS { CK_ULONG ulDataLen; CK_BYTE_PTR pNonce; CK_ULONG ulNonceLen; CK_BYTE_PTR pAAD; CK_ULONG ulAADLen; CK_ULONG ulMACLen; } CK_CCM_PARAMS;
Modifier and Type | Field and Description |
---|---|
private final byte[] | |
private final long | |
private final long | |
private final byte[] |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public String |
aad | back to summary |
---|---|
private final byte[] aad |
dataLen | back to summary |
---|---|
private final long dataLen |
macLen | back to summary |
---|---|
private final long macLen |
nonce | back to summary |
---|---|
private final byte[] nonce |
CK_CCM_PARAMS | back to summary |
---|---|
public CK_CCM_PARAMS(int tagLen, byte[] iv, byte[] aad, int dataLen) |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
|