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:
 
   CK_OBJECT_HANDLE hClientKey;
  
 | 
long | 
hClientMacSecret
PKCS#11:
 
   CK_OBJECT_HANDLE hClientMacSecret;
  
 | 
long | 
hServerKey
PKCS#11:
 
   CK_OBJECT_HANDLE hServerKey;
  
 | 
long | 
hServerMacSecret
PKCS#11:
 
   CK_OBJECT_HANDLE hServerMacSecret;
  
 | 
byte[] | 
pIVClient
PKCS#11:
 
   CK_BYTE_PTR pIVClient;
  
 | 
byte[] | 
pIVServer
PKCS#11:
 
   CK_BYTE_PTR pIVServer;
  
 | 
| 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;