IAIK PKCS#11 Wrapper
version 1.2.16

iaik.pkcs.pkcs11.wrapper
Class CK_MECHANISM

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

public class CK_MECHANISM
extends Object

class CK_MECHANISM specifies a particular mechanism and any parameters it requires.

PKCS#11 structure:

  typedef struct CK_MECHANISM {  
    CK_MECHANISM_TYPE mechanism;  
    CK_VOID_PTR pParameter;  
    CK_ULONG ulParameterLen;  
  } CK_MECHANISM;
 


Field Summary
 long mechanism
          PKCS#11: CK_MECHANISM_TYPE mechanism;
 Object pParameter
          PKCS#11: CK_VOID_PTR pParameter; CK_ULONG ulParameterLen;
 
Constructor Summary
CK_MECHANISM()
           
 
Method Summary
 String toString()
          Returns the string representation of CK_MECHANISM.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mechanism

public long mechanism
PKCS#11:
   CK_MECHANISM_TYPE mechanism;
 


pParameter

public Object pParameter
PKCS#11:
   CK_VOID_PTR pParameter;
   CK_ULONG ulParameterLen;
 

Constructor Detail

CK_MECHANISM

public CK_MECHANISM()
Method Detail

toString

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

Returns:
the string representation of CK_MECHANISM

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.