Public Member Functions | |
Key (X509_CINF *certInfo, int cka_id) | |
virtual | ~Key (void) |
virtual CK_OBJECT_CLASS | getClass ()=0 |
Protected Attributes | |
X509_CINF * | certInfo |
int | cka_id |
CK_DATE | start |
CK_DATE | end |
|
Construct this object from 'certInfo'
|
|
Does nothing |
|
returns the Cryptoki class for 'this' object Reimplemented from GenericCryptoObject. Implemented in PrivateKey, and PublicKey. |
|
stores all information about the key |
|
Ties the priavte key, public key and the cert all together so cryptoki can find it |
|
All key types must have a valid start date |
|
All key types must have a valid end date |