#include <X509v3CRLGenerationExtensions.hpp>
Public Member Functions | |
| X509v3CRLGenerationExts () | |
| X509v3CRLGenerationExts (CAConfig *caConfig, Type type) | |
| X509v3CRLGenerationExts (const X509v3CRLGenerationExts &extensions) | |
| virtual | ~X509v3CRLGenerationExts () |
| X509v3CRLGenerationExts & | operator= (const X509v3CRLGenerationExts &extension) |
| void | setAuthorityKeyIdentifier (const AuthorityKeyIdentifierGenerateExt &ext) |
| AuthorityKeyIdentifierGenerateExt | getAuthorityKeyIdentifier () const |
| AuthorityKeyIdentifierGenerateExt & | authorityKeyIdentifier () |
| void | setIssuerAlternativeName (const IssuerAlternativeNameExt &ext) |
| IssuerAlternativeNameExt | getIssuerAlternativeName () const |
| IssuerAlternativeNameExt & | issuerAlternativeName () |
| void | commit2Config (CA &ca, Type type) const |
| virtual bool | valid () const |
| virtual BLOCXX_NAMESPACE::StringArray | verify () const |
| virtual BLOCXX_NAMESPACE::StringArray | dump () const |
Private Attributes | |
| BLOCXX_NAMESPACE::COWIntrusiveReference< X509v3CRLGenerationExtsImpl > | m_impl |
This class includes a collection of X509v3 extension for generating CRLs
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6