Public Member Functions | |
PivMechanism (CK_MECHANISM_TYPE type, const char *name, int pivOpCode, Token *thisToken) | |
virtual | ~PivMechanism (void) |
const char * | getDescription () |
CK_OBJECT_CLASS | getClass () |
Protected Member Functions | |
unsigned char * | reverseBytes (unsigned char *in, int end) |
Protected Attributes | |
Token * | thisToken |
|
|
|
Does nothing |
|
Implements CryptoObject. |
|
Reimplemented from GenericCryptoObject. |
|
At one point I thought I might have to reverse the bytes of somethign returned. Maybe it could be it's own stripper like in PivRsaMechanism
|
|
The token this mechanism belongs to |