class DummyCertificateImpl

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

Inheritance:


Public Methods

[more] DummyCertificateImpl ()
Default Constructor
[more] ~DummyCertificateImpl ()
Destroys this object


Inherited from AkentiCertificateImpl:

Public Methods

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

Protected Methods

ovirtual void doWrite(AkentiOutputStream& drain) const
ovirtual void doRead(AkentiInputStream& source)
ovirtual void doToXML(DOMElement* element) const
ovirtual void doFromXML(const DOMElement* element)
ovirtual AkentiCertificateImpl* newInstance() const
ovirtual void doParamString(ostream& os) const
ovirtual 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 (eg. Root policy certificate doesnt exist or has an irrecoverable error).

o DummyCertificateImpl()
Default Constructor

o ~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 HTML hierarchy of classes or Java



This page was generated with the help of DOC++.