namespace Akenti class CertificateInfo

CertificateInfo holds (possibly) a certificate and info about it

Public Methods

CertificateInfo ()
Default constructor
void setUsed (bool used)
Sets if certificate is used
bool getUsed () const
Returns true if certificate is used
bool hasCertificate () const
Returns true if there is a certificate present;
void setCertificate (const AkentiCertificate& cert)
Add a certificate to this Certificate Info
const AkentiCertificate& getCertificate () const
Retrieves a certificate from this Certificate Info
void setLocation (const string& location)
Sets a location
const string& getLocation () const
Returns a location
const vector <AkentiMessage> & getCertificateMessages () const
Returns the vector of certificate status messages
void setCertificateMessages (const vector<AkentiMessage>& certMessages)
Sets the vector of certificate status messages
void toXML (DOMElement* certificateInfoNode) const
Populates the DOMElement from this PolicyResponse
void fromXML (const DOMElement* certificateInfoNode)
Initializes this PolicyResponse from the DOMElement

Documentation

CertificateInfo holds (possibly) a certificate and info about it.
CertificateInfo()
Default constructor

void setUsed(bool used)
Sets if certificate is used

bool getUsed() const
Returns true if certificate is used

bool hasCertificate() const
Returns true if there is a certificate present;

void setCertificate(const AkentiCertificate& cert)
Add a certificate to this Certificate Info

const AkentiCertificate& getCertificate() const
Retrieves a certificate from this Certificate Info

void setLocation(const string& location)
Sets a location

const string& getLocation() const
Returns a location

const vector <AkentiMessage> & getCertificateMessages() const
Returns the vector of certificate status messages

void setCertificateMessages(const vector<AkentiMessage>& certMessages)
Sets the vector of certificate status messages

void toXML(DOMElement* certificateInfoNode) const
Populates the DOMElement from this PolicyResponse

void fromXML(const DOMElement* certificateInfoNode)
Initializes this PolicyResponse from the DOMElement


This class has no child classes.
See Also:
CheckPolicyResponse

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