PKCS#11 structure:
typedef struct CK_GCM_PARAMS { CK_BYTE_PTR pIv; CK_ULONG ulIvLen; CK_BYTE_PTR pAAD; CK_ULONG ulAADLen; CK_ULONG ulTagBits; } CK_GCM_PARAMS;
Modifier and Type | Field and Description |
---|---|
private final byte[] | |
private final byte[] | |
private final long |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public String |
aad | back to summary |
---|---|
private final byte[] aad |
iv | back to summary |
---|---|
private final byte[] iv |
tagBits | back to summary |
---|---|
private final long tagBits |
CK_GCM_PARAMS | back to summary |
---|---|
public CK_GCM_PARAMS(int tagLenInBits, byte[] iv, byte[] aad) |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
|