IAIK PKCS#11 Wrapper
version 1.2.16

iaik.pkcs.pkcs11.wrapper
Class CK_RC2_CBC_PARAMS

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

public class CK_RC2_CBC_PARAMS
extends Object

class CK_RC2_CBC_PARAMS provides the parameters to the CKM_RC2_CBC and CKM_RC2_CBC_PAD mechanisms.

PKCS#11 structure:

  typedef struct CK_RC2_CBC_PARAMS {
    CK_ULONG ulEffectiveBits;
    CK_BYTE iv[8];
  } CK_RC2_CBC_PARAMS;
 


Field Summary
 byte[] iv
          only the first 8 bytes will be used PKCS#11: CK_BYTE iv[8];
 long ulEffectiveBits
          PKCS#11: CK_ULONG ulEffectiveBits;
 
Constructor Summary
CK_RC2_CBC_PARAMS()
           
 
Method Summary
 String toString()
          Returns the string representation of CK_RC2_CBC_PARAMS.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ulEffectiveBits

public long ulEffectiveBits
PKCS#11:
   CK_ULONG ulEffectiveBits;
 


iv

public byte[] iv
only the first 8 bytes will be used

PKCS#11:

   CK_BYTE iv[8];
 

Constructor Detail

CK_RC2_CBC_PARAMS

public CK_RC2_CBC_PARAMS()
Method Detail

toString

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

Returns:
the string representation of CK_RC2_CBC_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.