public class CK_SSL3_KEY_MAT_OUT
extends java.lang.Object
PKCS#11 structure:
typedef struct CK_SSL3_KEY_MAT_OUT {
CK_OBJECT_HANDLE hClientMacSecret;
CK_OBJECT_HANDLE hServerMacSecret;
CK_OBJECT_HANDLE hClientKey;
CK_OBJECT_HANDLE hServerKey;
CK_BYTE_PTR pIVClient;
CK_BYTE_PTR pIVServer;
} CK_SSL3_KEY_MAT_OUT;
| Modifier and Type | Field and Description |
|---|---|
long |
hClientKey
PKCS#11:
|
long |
hClientMacSecret
PKCS#11:
|
long |
hServerKey
PKCS#11:
|
long |
hServerMacSecret
PKCS#11:
|
byte[] |
pIVClient
PKCS#11:
|
byte[] |
pIVServer
PKCS#11:
|
| Constructor and Description |
|---|
CK_SSL3_KEY_MAT_OUT() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns the string representation of CK_SSL3_KEY_MAT_OUT.
|
public long hClientMacSecret
CK_OBJECT_HANDLE hClientMacSecret;
public long hServerMacSecret
CK_OBJECT_HANDLE hServerMacSecret;
public long hClientKey
CK_OBJECT_HANDLE hClientKey;
public long hServerKey
CK_OBJECT_HANDLE hServerKey;
public byte[] pIVClient
CK_BYTE_PTR pIVClient;
public byte[] pIVServer
CK_BYTE_PTR pIVServer;
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