public class CK_SSL3_KEY_MAT_OUT extends 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() |
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;
Copyright © 2023. All rights reserved.