A UseCondIssuerGroup object consists of one more AkentiPrincipal who represent Use-Condition Certificate Issuers and one or more locators that are used to locate Use-Condition certificates issued by those issuers
![]() | UseCondIssuerGroup (const vector<AkentiPrincipal>& issuers = vector<AkentiPrincipal>(1), const vector<Directory>& ucDirs = vector<Directory>(1)) Constructs this object |
![]() | ~UseCondIssuerGroup () Destroys this object |
![]() | getUCIssuers () const Returns the Use-Condition Certificate issuers |
![]() | containsUCIssuer (const AkentiPrincipal& issuer) const Returs true if issuer is in the list of the Use-Condition certificate issuers |
![]() | getDirectories () const Returns the Use-Condition certificate directories |
![]() | writeObject (AkentiOutputStream& drain) const Writes this object to an AkentiOutputStream |
![]() | readObject (AkentiInputStream& source) Reads this object from an AkentiInputStream |
![]() | toXML (DOMElement* ucGroup) const Populates the XML element ucGroup from this UseCondIssuerGroup |
![]() | fromXML (const DOMElement* ucGroup) Initializes this UseCondIssuerGroup from the XML element ucGroup |
![]() | paramString () const Used for debugging |
A UseCondIssuerGroup object consists of one more AkentiPrincipal who represent Use-Condition Certificate Issuers and one or more locators that are used to locate Use-Condition certificates issued by those issuers.UseCondIssuerGroup { vector<AkentiPrincipal> issuers; // Use-Condition certificate // issuers vector<Directory> ucDirs; // where to find these uc // certs. } The format of a UseCondIssuerGroup is: issuerCount issuer+ ucDirCount ucDir+
~UseCondIssuerGroup()
const vector <AkentiPrincipal> & getUCIssuers() const
bool containsUCIssuer(const AkentiPrincipal& issuer) const
const vector <Directory> & getDirectories() const
void writeObject(AkentiOutputStream& drain) const
void readObject(AkentiInputStream& source)
void toXML(DOMElement* ucGroup) const
void fromXML(const DOMElement* ucGroup)
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