Public Member Functions | |
PrivateKey (X509_CINF *certInfo, Token *thisToken, int cka_id) | |
virtual | ~PrivateKey (void) |
CK_OBJECT_CLASS | getClass () |
const char * | getDescription () |
|
This constructor plucks certain important pieces from the certInfo so that it can supply them to Cryptoki as attributes to search for. Secondly, it adds itself to 'thisToken' so that it is searchable and thirdly, it is tied to it's certificate/public key by the CKA_ID
|
|
Does Nothing |
|
returns the Cryptoki class type
Implements Key. |
|
returns a description of this class to help distinguish it
Implements CryptoObject. |