#include <pubkey.h>
Inheritance diagram for TF_DigestSignerImpl< SCHEME_OPTIONS >:
Definition at line 348 of file pubkey.h.
Public Types | |
typedef SCHEME_OPTIONS | SchemeOptions |
typedef SCHEME_OPTIONS::PrivateKey | KeyClass |
Public Member Functions | |
void | CopyKeyInto (typename SCHEME_OPTIONS::PrivateKey &key) const |
void | CopyKeyInto (typename SCHEME_OPTIONS::PublicKey &key) const |
const SCHEME_OPTIONS::PrivateKey & | GetKey () const |
SCHEME_OPTIONS::PrivateKey & | AccessKey () |
PublicKey & | AccessPublicKey () |
const PublicKey & | GetPublicKey () const |
PrivateKey & | AccessPrivateKey () |
const PrivateKey & | GetPrivateKey () const |
const KeyClass & | GetTrapdoorFunction () const |
std::string | AlgorithmName () const |
void | SignDigest (RandomNumberGenerator &rng, const byte *message, unsigned int messageLength, byte *signature) const |
unsigned int | MaxDigestLength () const |
unsigned int | DigestSignatureLength () const |
CryptoMaterial & | AccessMaterial () |
returns a reference to the crypto material used by this object | |
const CryptoMaterial & | GetMaterial () const |
returns a const reference to the crypto material used by this object | |
void | BERDecode (BufferedTransformation &bt) |
for backwards compatibility, calls AccessMaterial().Load(bt) | |
void | DEREncode (BufferedTransformation &bt) const |
for backwards compatibility, calls GetMaterial().Save(bt) | |
virtual Clonable * | Clone () const |
this is not implemented by most classes yet | |
Protected Types | |
typedef RandomizedTrapdoorFunctionInverse | TrapdoorFunctionInterface |
Protected Member Functions | |
const PK_PaddingAlgorithm & | GetPaddingAlgorithm () const |
const TrapdoorFunctionBounds & | GetTrapdoorFunctionBounds () const |
const TF_DigestSignerBase::TrapdoorFunctionInterface & | GetTrapdoorFunctionInterface () const |
unsigned int | PaddedBlockBitLength () const |
unsigned int | PaddedBlockByteLength () const |