IAIK PKCS#11 Wrapper
version 1.2.16

iaik.pkcs.pkcs11.wrapper
Class CK_SSL3_KEY_MAT_PARAMS

java.lang.Object
  extended byiaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS

public class CK_SSL3_KEY_MAT_PARAMS
extends Object

class CK_SSL3_KEY_MAT_PARAMS provides the parameters to the CKM_SSL3_KEY_AND_MAC_DERIVE mechanism.

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;
 


Field Summary
 boolean bIsExport
          PKCS#11: CK_BBOOL bIsExport;
 CK_SSL3_KEY_MAT_OUT pReturnedKeyMaterial
          PKCS#11: CK_SSL3_KEY_MAT_OUT_PTR pReturnedKeyMaterial;
 CK_SSL3_RANDOM_DATA RandomInfo
          PKCS#11: CK_SSL3_RANDOM_DATA RandomInfo;
 long ulIVSizeInBits
          PKCS#11: CK_ULONG ulIVSizeInBits;
 long ulKeySizeInBits
          PKCS#11: CK_ULONG ulKeySizeInBits;
 long ulMacSizeInBits
          PKCS#11: CK_ULONG ulMacSizeInBits;
 
Constructor Summary
CK_SSL3_KEY_MAT_PARAMS()
           
 
Method Summary
 String toString()
          Returns the string representation of CK_SSL3_KEY_MAT_PARAMS.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ulMacSizeInBits

public long ulMacSizeInBits
PKCS#11:
   CK_ULONG ulMacSizeInBits;
 


ulKeySizeInBits

public long ulKeySizeInBits
PKCS#11:
   CK_ULONG ulKeySizeInBits;
 


ulIVSizeInBits

public long ulIVSizeInBits
PKCS#11:
   CK_ULONG ulIVSizeInBits;
 


bIsExport

public boolean bIsExport
PKCS#11:
   CK_BBOOL bIsExport;
 


RandomInfo

public CK_SSL3_RANDOM_DATA RandomInfo
PKCS#11:
   CK_SSL3_RANDOM_DATA RandomInfo;
 


pReturnedKeyMaterial

public CK_SSL3_KEY_MAT_OUT pReturnedKeyMaterial
PKCS#11:
   CK_SSL3_KEY_MAT_OUT_PTR pReturnedKeyMaterial;
 

Constructor Detail

CK_SSL3_KEY_MAT_PARAMS

public CK_SSL3_KEY_MAT_PARAMS()
Method Detail

toString

public String toString()
Returns the string representation of CK_SSL3_KEY_MAT_PARAMS.

Returns:
the string representation of CK_SSL3_KEY_MAT_PARAMS

IAIK PKCS#11 Wrapper
version 1.2.16

IAIK JavaSecurity Website http://jce.iaik.tugraz.at/

IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2002, IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved.