class Akenti::CertificateChainImpl |
This abstract class defines an interface to a generic chain of certificates.
![]() | ~CertificateChainImpl () Deletes this object |
![]() | getCACertificates () const Returns the vector of authority certificates |
![]() | ignoreCertificates (const vector < pair<string, string> >& pairs) Ignore certificates that pattern matches portion of distinguished names of the subject from the chain These ignored certificates will not be considered when selecting a subject certificate |
![]() | getSubjectCertificate () const Returns the subject's certificate |
![]() | getGuarantor () const Returns guarantor of the subject. |
![]() | getPrincipal () const Returns the subject |
![]() | paramString () const Returns the string of items related to this certificate chain for correctness check |
![]() | CertificateChainImpl () Constructs this object |
This abstract class defines an interface to a generic chain of certificates.
NOTE: only subject certificates can be ignored. authority certificates cannot be ignored.
Alphabetic index HTML hierarchy of classes or Java