AkentiCertificate is a simple reference-count wrapper aroubd AkentiCertificateImpl
![]() | AkentiCertificate () Contructs this object |
![]() | AkentiCertificate (AkentiCertificateImpl* impl) Constructs a AkentiCertificate object given a AkentiCertificateImpl object |
![]() | ~AkentiCertificate () Destructor |
![]() | operator== (const AkentiCertificate& cert) const Compares two AkentiCertificate for equality |
![]() | writeEncoding (const string& encType, ostream& os) const Writes the certificate to an output stream |
![]() | toLogString () const Returns a string containing a short Identification of the certificate |
![]() | paramString () const Returns a string containing the contents of the certificate |
![]() | writeToStream (const string& encType, ostream& os, const AkentiCertificate& cert) Writes an AkentiCertificateto an outputstream |
![]() | initFromStream (const string& enc, istream& is) Initialize an AkentiCertificate from an input stream |
![]() | writeToFile (const string& encType, const string& filename, const AkentiCertificate& cert) Writes an AkentiCertificateto a file |
![]() | initFromFile (const string& encType, const string& filename) Initialize an AkentiCertificate from a file |
![]() | initFromFile (const string& filename) Initialize an AkentiCertificate from a file |
![]() | operator<< (AkentiOutputStream& os, const AkentiCertificate& cert) |
![]() | operator>> (AkentiInputStream& is, AkentiCertificate& cert) |
AkentiCertificate is a simple reference-count wrapper aroubd AkentiCertificateImpl.
AkentiCertificate(AkentiCertificateImpl* impl)
AkentiCertificateImpl virtual ~AkentiCertificate()
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)
filename - name/path of the file static AkentiCertificate initFromFile(const string& filename)
friend AkentiOutputStream& operator<<(AkentiOutputStream& os, const AkentiCertificate& cert)
friend AkentiInputStream& operator>>(AkentiInputStream& is, AkentiCertificate& cert)
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