class PolicyInfo

Holds a list of CertificateResponses.

Public Methods

[more] PolicyInfo ()
Default constructor
[more]void setCertificateInfos (const vector<CertificateInfo>& certInfos)
Sets the CertificateInfo
[more]const vector<CertificateInfo> & getCertificateInfos () const
Returns the vector of CertificateInfo
[more]void setPolicyCorrect (bool isPolicyCorrect)
Sets whether policy is correct
[more]bool isPolicyCorrect () const
Returns true if policy is correct, false otherwise
[more]void setResource (const string& resource)
Sets the name of the resource
[more]const string& getResource () const
Returns the name of the resource
[more]void toXML (DOMElement* policyInfo) const
Populates the DOMElement from this PolicyInfo
[more]void fromXML (const DOMElement* policyInfo)
Initializes this PolicyInfo from the DOMElement


Documentation

Holds a list of CertificateResponses.

o PolicyInfo()
Default constructor

ovoid setCertificateInfos(const vector<CertificateInfo>& certInfos)
Sets the CertificateInfo

oconst vector<CertificateInfo> & getCertificateInfos() const
Returns the vector of CertificateInfo

ovoid setPolicyCorrect(bool isPolicyCorrect)
Sets whether policy is correct

obool isPolicyCorrect() const
Returns true if policy is correct, false otherwise

ovoid setResource(const string& resource)
Sets the name of the resource

oconst string& getResource() const
Returns the name of the resource

ovoid toXML(DOMElement* policyInfo) const
Populates the DOMElement from this PolicyInfo

ovoid fromXML(const DOMElement* policyInfo)
Initializes this PolicyInfo from the DOMElement


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++.