namespace Akenti class DummyCertificateImpl : public AkentiCertificateImpl

The dummy certificate is used in CertInfo objects that must exist to hold catastrophic error messages that occur before any certificates are collected (e

Inheritance:


Public Methods

DummyCertificateImpl ()
Default Constructor
~DummyCertificateImpl ()
Destroys this object

Inherited from AkentiCertificateImpl:

Public Methods

virtual string hashCode() const
virtual string getHashString() const
const string& getType() const
bool hasType(const string& type) const
int getVersionNumber() const
const string& getUniqueID() const
const AkentiIssuer& getIssuer() const
const UtcTime& getNotBefore() const
const UtcTime& getNotAfter() const
bool verify(const PublicKey& publicKey) const
virtual string getSignable() const
const string& getCanonAlg() const
const string& getSignatureAlg() const
const string& getSignature() const
bool checkValidity(const UtcTime& utcTime) const
bool checkValidity() const
string paramString() const
string toText(int indentAmt = 0) const
string toLogString() const

Protected Methods

virtual void doWrite(AkentiOutputStream& drain) const
virtual void doRead(AkentiInputStream& source)
virtual void doToXML(DOMElement* element) const
virtual void doFromXML(const DOMElement* element)
virtual AkentiCertificateImpl* newInstance() const
virtual void doParamString(ostream& os) const
virtual void doToText(int indentAmt, ostream& os) const

Documentation

The dummy certificate is used in CertInfo objects that must exist to hold catastrophic error messages that occur before any certificates are collected (e.g. Root policy certificate doesnt exist or has an irrecoverable error).
DummyCertificateImpl()
Default Constructor

~DummyCertificateImpl()
Destroys this object


This class has no child classes.
Author:
Sushila R.Subramanian
Version:
1.0 04/05/20
See Also:
AkentiCertificate

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de