public class CK_GCM_MESSAGE_PARAMS
extends java.lang.Object
typedef struct CK_GCM_MESSAGE_PARAMS {
CK_BYTE_PTR pIv;
CK_ULONG ulIvLen;
CK_ULONG ulIvFixedBits;
CK_GENERATOR_FUNCTION ivGenerator;
CK_BYTE_PTR pTag;
CK_ULONG ulTagBits;
} CK_GCM_MESSAGE_PARAMS;
| Modifier and Type | Field and Description |
|---|---|
long |
ivGenerator
PKCS#11:
|
byte[] |
pIv
PKCS#11:
|
byte[] |
pTag
PKCS#11:
|
long |
ulIvFixedBits
PKCS#11:
|
| Constructor and Description |
|---|
CK_GCM_MESSAGE_PARAMS() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns the string representation of CK_GCM_MESSAGE_PARAMS.
|
public byte[] pIv
CK_BYTE_PTR pIv; CK_ULONG ulIvLen;
public long ulIvFixedBits
CK_ULONG ulIvFixedBits;
public long ivGenerator
CK_GENERATOR_FUNCTION ivGenerator;
public byte[] pTag
CK_BYTE_PTR pTag; CK_ULONG ulTagBits;
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