AbstractMechanism Class Reference

Inheritance diagram for AbstractMechanism:

Inheritance graph
[legend]
Collaboration diagram for AbstractMechanism:

Collaboration graph
[legend]
List of all members.

Detailed Description

This class implements some basic Mechanism functionality. A Mechanism is a functional piece of the crypto token -- such as the actual encryption devices on card.


Public Member Functions

virtual ~AbstractMechanism (void)
CK_RV getInfo (CK_MECHANISM_INFO_PTR infoOut)
CK_MECHANISM_TYPE getType (void)


Constructor & Destructor Documentation

AbstractMechanism::~AbstractMechanism void   )  [virtual]
 

Cleanups up memory


Member Function Documentation

CK_RV AbstractMechanism::getInfo CK_MECHANISM_INFO_PTR  infoOut  )  [virtual]
 

This method returns current information about this mechanism a pointer to the struct that will receive the information about this Mechanism.

Returns:
a success code as defined by CRYPTOKI.
See also:
pkcs11t.h

Implements Mechanism.

CK_MECHANISM_TYPE AbstractMechanism::getType void   )  [virtual]
 

Returns:
the type of mechanism this object is as represented by CRYPTOKI
See also:
pkcs11t.h

Implements Mechanism.


Generated on Fri Jan 12 15:48:43 2007 for NIST_PKCS11 by doxygen 1.3.1 using KingsTools