class UseCondIssuerGroup |
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+ *
Alphabetic index HTML hierarchy of classes or Java