|
libcamgm
|
Collection of X509v3 extension for generating CRLs. More...
#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 std::vector< std::string > | verify () const |
| virtual std::vector< std::string > | dump () const |
Private Attributes | |
| ca_mgm::RWCOW_pointer < X509v3CRLGenerationExtsImpl > | m_impl |
Collection of X509v3 extension for generating CRLs.
This class includes a collection of X509v3 extension for generating CRLs
| ca_mgm::X509v3CRLGenerationExts::X509v3CRLGenerationExts | ( | ) |
| ca_mgm::X509v3CRLGenerationExts::X509v3CRLGenerationExts | ( | const X509v3CRLGenerationExts & | extensions | ) |
|
virtual |
| AuthorityKeyIdentifierGenerateExt& ca_mgm::X509v3CRLGenerationExts::authorityKeyIdentifier | ( | ) |
|
virtual |
| AuthorityKeyIdentifierGenerateExt ca_mgm::X509v3CRLGenerationExts::getAuthorityKeyIdentifier | ( | ) | const |
| IssuerAlternativeNameExt ca_mgm::X509v3CRLGenerationExts::getIssuerAlternativeName | ( | ) | const |
| IssuerAlternativeNameExt& ca_mgm::X509v3CRLGenerationExts::issuerAlternativeName | ( | ) |
| X509v3CRLGenerationExts& ca_mgm::X509v3CRLGenerationExts::operator= | ( | const X509v3CRLGenerationExts & | extension | ) |
| void ca_mgm::X509v3CRLGenerationExts::setAuthorityKeyIdentifier | ( | const AuthorityKeyIdentifierGenerateExt & | ext | ) |
| void ca_mgm::X509v3CRLGenerationExts::setIssuerAlternativeName | ( | const IssuerAlternativeNameExt & | ext | ) |
|
virtual |
|
virtual |
|
private |
1.8.8