public class CK_CCM_MESSAGE_PARAMS
extends java.lang.Object
typedef struct CK_CCM_MESSAGE_PARAMS {
CK_ULONG
ulDataLen; plaintext or ciphertext
CK_BYTE_PTR pNonce;
CK_ULONG
ulNonceLen;
CK_ULONG
ulNonceFixedBits;
CK_GENERATOR_FUNCTION
nonceGenerator;
CK_BYTE_PTR pMAC;
CK_ULONG
ulMACLen;
} CK_CCM_MESSAGE_PARAMS;
| Modifier and Type | Field and Description |
|---|---|
long |
nonceGenerator
PKCS#11:
|
byte[] |
pMAC
PKCS#11:
|
byte[] |
pNonce
PKCS#11:
|
long |
ulDataLen
PKCS#11:
|
long |
ulNonceFixedBits
PKCS#11:
|
| Constructor and Description |
|---|
CK_CCM_MESSAGE_PARAMS() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns the string representation of CK_CCM_MESSAGE_PARAMS.
|
public long ulDataLen
CK_ULONG ulDataLen;
public byte[] pNonce
CK_BYTE_PTR pNonce; CK_ULONG ulNonceLen;
public long ulNonceFixedBits
CK_ULONG ulNonceFixedBits;
public long nonceGenerator
CK_GENERATOR_FUNCTION nonceGenerator;
public byte[] pMAC
CK_BYTE_PTR pMAC; CK_ULONG ulMACLen;
IAIK JavaSecurity Website http://jce.iaik.tugraz.at/
IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2023 IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved. version 1.6.9