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.
void setUsed(bool used)
bool getUsed() const
bool hasCertificate() const
void setCertificate(const AkentiCertificate& cert)
const AkentiCertificate& getCertificate() const
void setLocation(const string& location)
const string& getLocation() const
const vector <AkentiMessage> & getCertificateMessages() const
void setCertificateMessages(const vector<AkentiMessage>& certMessages)
void toXML(DOMElement* certificateInfoNode) const
void fromXML(const DOMElement* certificateInfoNode)
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