#include <pubkey.h>
Inheritance diagram for DL_DigestVerifierBase< T >:
Definition at line 1114 of file pubkey.h.
Public Member Functions | |
bool | VerifyDigest (const byte *digest, unsigned int digestLength, const 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 PublicKey & | AccessPublicKey ()=0 |
virtual const PublicKey & | GetPublicKey () 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 DL_PublicKey< T > | KeyInterface |
typedef DL_PublicKey< T >::Element | Element |
Protected Member Functions | |
virtual const DL_ElgamalLikeSignatureAlgorithm< typename DL_PublicKey< T >::Element > & | GetSignatureAlgorithm () const=0 |
const DL_GroupParameters< Element > & | GetAbstractGroupParameters () const |
DL_GroupParameters< Element > & | AccessAbstractGroupParameters () |
virtual KeyInterface & | AccessKeyInterface ()=0 |
virtual const KeyInterface & | GetKeyInterface () const=0 |