#include <pubkey.h>
Inheritance diagram for DigestVerifier:
Definition at line 198 of file pubkey.h.
Public Member Functions | |
virtual bool | VerifyDigest (const byte *digest, unsigned int digestLen, const byte *sig) const=0 |
virtual unsigned int | MaxDigestLength () const=0 |
virtual unsigned int | DigestSignatureLength () const=0 |
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 |