FingerPrintObject Class Reference

Inheritance diagram for FingerPrintObject:

Inheritance graph
[legend]
Collaboration diagram for FingerPrintObject:

Collaboration graph
[legend]
List of all members.

Detailed Description

This class is currently not used but represents a container subclass. There can be multiple FingerPrints on the card so the OID and the desc must be passed


Public Member Functions

 FingerPrintObject (const char *desc, const char *oid, UTILCardHandle handle)
 ~FingerPrintObject (void)
const char * getDescription ()
CK_OBJECT_CLASS getClass ()


Constructor & Destructor Documentation

FingerPrintObject::FingerPrintObject const char *  desc,
const char *  oid,
UTILCardHandle  handle
 

Parameters:
desc a description of this finger print object. Used to implement getDescription()
oid the object ID for this object so it can be retrieved off the card.
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

FingerPrintObject::~FingerPrintObject void   ) 
 

Cleans up some memory


Member Function Documentation

const char * FingerPrintObject::getDescription  )  [virtual]
 

Returns:
a distinguishing description for this object

Implements CryptoObject.

CK_OBJECT_CLASS FingerPrintObject::getClass  )  [virtual]
 

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

Reimplemented from GenericCryptoObject.


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