IAIK PKCS#11 Wrapper
version 1.2.17

iaik.pkcs.pkcs11.wrapper
Class CK_AES_CBC_ENCRYPT_DATA_PARAMS

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

public class CK_AES_CBC_ENCRYPT_DATA_PARAMS
extends Object

The class CK_AES_CBC_ENCRYPT_DATA_PARAMS provides the parameters to the CKM_AES_CBC_ENCRYPT_DATA mechanism.

PKCS#11 structure:

  typedef struct CK_AES_CBC_ENCRYPT_DATA_PARAMS {
    CK_BYTE iv[16];
    CK_BYTE_PTR pData;
    CK_ULONG length;
  } CK_AES_CBC_ENCRYPT_DATA_PARAMS;
 


Field Summary
 byte[] iv
          PKCS#11: CK_BYTE iv[16]; The 16-byte initialization vector.
 byte[] pData
          PKCS#11: CK_BYTE_PTR pData; CK_ULONG length;
 
Constructor Summary
CK_AES_CBC_ENCRYPT_DATA_PARAMS()
           
 
Method Summary
 String toString()
          Returns the string representation of CK_AES_CBC_ENCRYPT_DATA_PARAMS.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

iv

public byte[] iv
PKCS#11:
   CK_BYTE iv[16];
 
The 16-byte initialization vector.


pData

public byte[] pData
PKCS#11:
   CK_BYTE_PTR pData;
   CK_ULONG length;
 

Constructor Detail

CK_AES_CBC_ENCRYPT_DATA_PARAMS

public CK_AES_CBC_ENCRYPT_DATA_PARAMS()
Method Detail

toString

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

Returns:
the string representation of CK_AES_CBC_ENCRYPT_DATA_PARAMS

IAIK PKCS#11 Wrapper
version 1.2.17

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.