#include <pubkey.h>
Inheritance diagram for TF_DigestVerifierImpl< SCHEME_OPTIONS >:

Definition at line 354 of file pubkey.h.
Public Types | |
| typedef SCHEME_OPTIONS | SchemeOptions |
| typedef SCHEME_OPTIONS::PublicKey | KeyClass |
Public Member Functions | |
| void | CopyKeyInto (typename SCHEME_OPTIONS::PublicKey &key) const |
| const SCHEME_OPTIONS::PublicKey & | GetKey () const |
| SCHEME_OPTIONS::PublicKey & | AccessKey () |
| PublicKey & | AccessPublicKey () |
| const PublicKey & | GetPublicKey () const |
| PrivateKey & | AccessPrivateKey () |
| const PrivateKey & | GetPrivateKey () const |
| const KeyClass & | GetTrapdoorFunction () const |
| std::string | AlgorithmName () const |
| bool | VerifyDigest (const byte *digest, unsigned int digestLen, const byte *sig) 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 TrapdoorFunction | TrapdoorFunctionInterface |
Protected Member Functions | |
| const PK_PaddingAlgorithm & | GetPaddingAlgorithm () const |
| const TrapdoorFunctionBounds & | GetTrapdoorFunctionBounds () const |
| const TF_DigestVerifierBase::TrapdoorFunctionInterface & | GetTrapdoorFunctionInterface () const |
| unsigned int | PaddedBlockBitLength () const |
| unsigned int | PaddedBlockByteLength () const |
1.3.2