#include <pubkey.h>
Inheritance diagram for PK_SignatureSchemeImpl< BASE, DS >:
Definition at line 458 of file pubkey.h.
Public Types | |
typedef DS::KeyClass | KeyClass |
Public Member Functions | |
std::string | AlgorithmName () const |
PrivateKey & | AccessPrivateKey () |
const PrivateKey & | GetPrivateKey () const |
PublicKey & | AccessPublicKey () |
const PublicKey & | GetPublicKey () const |
KeyClass & | AccessKey () |
const KeyClass & | GetKey () const |
const KeyClass & | GetTrapdoorFunction () const |
DS & | AccessDigestSignatureScheme () |
const DS & | GetDigestSignatureScheme () const |
Protected Attributes | |
DS | m_ds |