public class CK_SSL3_KEY_MAT_PARAMS
extends java.lang.Object
PKCS#11 structure:
typedef struct CK_SSL3_KEY_MAT_PARAMS {
CK_ULONG ulMacSizeInBits;
CK_ULONG ulKeySizeInBits;
CK_ULONG ulIVSizeInBits;
CK_BBOOL bIsExport;
CK_SSL3_RANDOM_DATA RandomInfo;
CK_SSL3_KEY_MAT_OUT_PTR pReturnedKeyMaterial;
} CK_SSL3_KEY_MAT_PARAMS;
| Modifier and Type | Field and Description |
|---|---|
boolean |
bIsExport
PKCS#11:
|
CK_SSL3_KEY_MAT_OUT |
pReturnedKeyMaterial
PKCS#11:
|
CK_SSL3_RANDOM_DATA |
RandomInfo
PKCS#11:
|
long |
ulIVSizeInBits
PKCS#11:
|
long |
ulKeySizeInBits
PKCS#11:
|
long |
ulMacSizeInBits
PKCS#11:
|
| Constructor and Description |
|---|
CK_SSL3_KEY_MAT_PARAMS() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns the string representation of CK_SSL3_KEY_MAT_PARAMS.
|
public long ulMacSizeInBits
CK_ULONG ulMacSizeInBits;
public long ulKeySizeInBits
CK_ULONG ulKeySizeInBits;
public long ulIVSizeInBits
CK_ULONG ulIVSizeInBits;
public boolean bIsExport
CK_BBOOL bIsExport;
public CK_SSL3_RANDOM_DATA RandomInfo
CK_SSL3_RANDOM_DATA RandomInfo;
public CK_SSL3_KEY_MAT_OUT pReturnedKeyMaterial
CK_SSL3_KEY_MAT_OUT_PTR pReturnedKeyMaterial;
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