Public Member Functions | |
PublicKey (X509_CINF *certInfo, Token *thisToken, int cka_id) | |
PublicKey (X509_CINF *certInfo, int cka_id) | |
virtual | ~PublicKey (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/private key by the CKA_ID
|
|
This constructor plucks certain important pieces from the certInfo so that it can supply them to Cryptoki as attributes to search for. Then ties itself to it's certificate/private key by the CKA_ID it is up to the caller to make it discoverable by Cryptoki
|
|
Does nothing |
|
returns the Cryptoki class type
Implements Key. |
|
returns a description of this class to help distinguish it
Implements CryptoObject. |