#include <pubkey.h>
Inheritance diagram for TF_DigestSignerBase:
Definition at line 219 of file pubkey.h.
Public Member Functions | |
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 | |
virtual PrivateKey & | AccessPrivateKey ()=0 |
virtual const PrivateKey & | GetPrivateKey () const |
void | BERDecode (BufferedTransformation &bt) |
for backwards compatibility, calls AccessMaterial().Load(bt) | |
void | DEREncode (BufferedTransformation &bt) const |
for backwards compatibility, calls GetMaterial().Save(bt) | |
virtual std::string | AlgorithmName () const |
returns name of this algorithm, not universally implemented yet | |
virtual Clonable * | Clone () const |
this is not implemented by most classes yet | |
Protected Types | |
typedef RandomizedTrapdoorFunctionInverse | TrapdoorFunctionInterface |
Protected Member Functions | |
unsigned int | PaddedBlockBitLength () const |
unsigned int | PaddedBlockByteLength () const |
virtual const TrapdoorFunctionBounds & | GetTrapdoorFunctionBounds () const=0 |
virtual const PK_PaddingAlgorithm & | GetPaddingAlgorithm () const=0 |
virtual const TrapdoorFunctionInterface & | GetTrapdoorFunctionInterface () const=0 |