CardCapabilityContainer Class Reference

Inheritance diagram for CardCapabilityContainer:

Inheritance graph
[legend]
Collaboration diagram for CardCapabilityContainer:

Collaboration graph
[legend]
List of all members.

Detailed Description

This class is currently not used but represents a container subclass. Technically, you need only instantiate this class to load data from that location on the card but it has never been tested


Public Member Functions

 CardCapabilityContainer (UTILCardHandle handle)
virtual ~CardCapabilityContainer (void)
string getOid ()
const char * getDescription ()
CK_OBJECT_CLASS getClass ()


Constructor & Destructor Documentation

CardCapabilityContainer::CardCapabilityContainer UTILCardHandle  handle  ) 
 

Parameters:
handle a connection tot the card. I am not sure if it needs to be logged in or not as I have never tested this code

CardCapabilityContainer::~CardCapabilityContainer void   )  [virtual]
 

Cleans up some memory


Member Function Documentation

string CardCapabilityContainer::getOid  )  [virtual]
 

Returns:
the OID

Implements PivObject.

const char * CardCapabilityContainer::getDescription  )  [virtual]
 

Returns:
a distinguishing characteristic of 'this' object

Implements CryptoObject.

CK_OBJECT_CLASS CardCapabilityContainer::getClass  )  [virtual]
 

Returns:
the cryptoki class type for this object -- currently not implemented

Reimplemented from GenericCryptoObject.


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