class AkentiIssuer |
An AkentiIssuer holds an AkentiPrincipal and the directories where its chain of x509 certs is stored.
![]() | AkentiIssuer (const AkentiPrincipal& issuer = AkentiPrincipal(), const vector<Directory>& idDirs = vector<Directory>()) Constructs this object. |
![]() | ~AkentiIssuer () Destroys this object |
![]() | getIssuer () const Returns the issuer |
![]() | getName () const Returns the name of the issuer. |
![]() | getGuarantor () const Returns the name of the issuer's ca |
![]() | getIdentityDirs () const Returns the issuer's x509 directories |
![]() | operator== (const AkentiIssuer& issuer) const Returns true if equal. |
![]() | writeObject (AkentiOutputStream& drain) const Writes this object to an AkentiOutputStream. |
![]() | readObject (AkentiInputStream& source) Reads this object from the AkentiInputStream. |
![]() | toXML (DOMElement* issuer) const Populates the XML element issuer from this AkentiIssuer |
![]() | fromXML (const DOMElement* issuer) Initializes this AkentiIssuer from the XML element issuer |
![]() | parseIdentityDirs (vector<URL>& urls) const Parses the directories and polpulates the urls. |
![]() | paramString () const Used for debugging |
![]() | toLogString () const Used for logging. |
An AkentiIssuer holds an AkentiPrincipal and the directories where its chain of x509 certs is stored.* * AkentiIssuer { * AkentiPrincipal issuer; * vectorlt&Directory<> idDirs; * } * * Format: * issuer idDirCount idDirs* * *
Note: Here we only compare the issuers.
Alphabetic index HTML hierarchy of classes or Java