class OpaqueCertificate

Class that handles writing/reading a PEM encoded certificate in a CollectPolicyResponse.

Public Methods

[more]static void toXML (const AkentiCertificate& cert, DOMElement* opaqueCert)
Takes an AkentiCertificate object and PEM encodes it into a text DOMElement
[more]static const AkentiCertificate fromXML (const DOMElement* opaqueCert)
Takes an text DOMElemnt containing a PEM encoded certificate and creates an AkentiCertificate object


Documentation

Class that handles writing/reading a PEM encoded certificate in a CollectPolicyResponse.

ostatic void toXML(const AkentiCertificate& cert, DOMElement* opaqueCert)
Takes an AkentiCertificate object and PEM encodes it into a text DOMElement

ostatic const AkentiCertificate fromXML(const DOMElement* opaqueCert)
Takes an text DOMElemnt containing a PEM encoded certificate and creates an AkentiCertificate object


This class has no child classes.
See Also:
CertificateResponse

Alphabetic index HTML hierarchy of classes or Java



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