class AkentiCertificate |
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.
Note: only the PEM encoding is supported.
Note: only the PEM encoding is supported.
Note: only the PEM encoding is supported.
Note: Currently, only the PEM encoding is supported.
Note this function is less efficient since it has to dtermine the encoding type.
Alphabetic index HTML hierarchy of classes or Java