class CertificateInfo |
CertificateInfo holds (possibly) a certificate and info about it.
![]() | CertificateInfo () Default constructor |
![]() | setUsed (bool used) Sets if certificate is used |
![]() | getUsed () const Returns true if certificate is used |
![]() | hasCertificate () const Returns true if there is a certificate present; |
![]() | setCertificate (const AkentiCertificate& cert) Add a certificate to this Certificate Info |
![]() | getCertificate () const Retrieves a certificate from this Certificate Info |
![]() | setLocation (const string& location) Sets a location |
![]() | getLocation () const Returns a location |
![]() | getCertificateMessages () const Returns the vector of certificate status messages |
![]() | setCertificateMessages (const vector<AkentiMessage>& certMessages) Sets the vector of certificate status messages |
![]() | toXML (DOMElement* certificateInfoNode) const Populates the DOMElement from this PolicyResponse |
![]() | fromXML (const DOMElement* certificateInfoNode) Initializes this PolicyResponse from the DOMElement |
CertificateInfo holds (possibly) a certificate and info about it.
Alphabetic index HTML hierarchy of classes or Java