namespace Akenti class DummyCertificate : public AkentiCertificate
The DummyCertificate is used in CertInfo objects
that must exist to hold catastrophic error messages that occur
before any certificates are collected (e
Inheritance:
Public Methods
bool operator==(const AkentiCertificate& cert) const
void writeEncoding(const string& encType, ostream& os) const
string toLogString() const
string paramString() const
static void writeToStream(const string& encType, ostream& os, const AkentiCertificate& cert)
static AkentiCertificate initFromStream(const string& enc, istream& is)
static void writeToFile(const string& encType, const string& filename, const AkentiCertificate& cert)
static AkentiCertificate initFromFile(const string& encType, const string& filename)
static AkentiCertificate initFromFile(const string& filename)
friend AkentiOutputStream& operator<<(AkentiOutputStream& os, const AkentiCertificate& cert)
friend AkentiInputStream& operator>>(AkentiInputStream& is, AkentiCertificate& cert)
Public Methods
ref_ptr & operator=(const ref_ptr& rhs)
operator void*() const
T* get() const
Documentation
The DummyCertificate 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).
DummyCertificate()
const DummyCertificateImpl* operator->() const
- This class has no child classes.
- Author:
- Sushila R.Subramanian
- Version:
- 1.0 04/05/20
- See Also:
- AkentiCertificate
DummyCertificateImpl
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