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*
~AkentiIssuer()
const AkentiPrincipal& getIssuer() const
const DistinguishedName& getName() const
const DistinguishedName& getGuarantor() const
const vector <Directory> & getIdentityDirs() const
bool operator==(const AkentiIssuer& issuer) const
void writeObject(AkentiOutputStream& drain) const
void readObject(AkentiInputStream& source)
void toXML(DOMElement* issuer) const
void fromXML(const DOMElement* issuer)
bool parseIdentityDirs(vector<URL>& urls) const
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