PivObject.h

00001 #ifndef _PIV_OBJECT_
00002 #define _PIV_OBJECT_
00003 
00004 #include "GenericCryptoObject.h"
00005 #include "Pkcs11Exception.h"
00006 
00007 
00011 class PivObject : public GenericCryptoObject {
00012 
00013   public:
00017     virtual ~PivObject(void);
00018     
00024     virtual string getOid() = 0;
00035 
00041 
00046 
00052 

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