libcamgm
|
Collection of X509v3 extension for presenting CRLs. More...
#include <X509v3CRLExtensions.hpp>
Public Member Functions | |
X509v3CRLExts (const X509v3CRLExts &extensions) | |
virtual | ~X509v3CRLExts () |
X509v3CRLExts & | operator= (const X509v3CRLExts &extensions) |
AuthorityKeyIdentifierExt | getAuthorityKeyIdentifier () const |
IssuerAlternativeNameExt | getIssuerAlternativeName () const |
virtual bool | valid () const |
virtual std::vector< std::string > | verify () const |
virtual std::vector< std::string > | dump () const |
Protected Member Functions | |
X509v3CRLExts () | |
Protected Attributes | |
ca_mgm::RWCOW_pointer < X509v3CRLExtsImpl > | m_impl |
Collection of X509v3 extension for presenting CRLs.
This class includes a collection of X509v3 extension for presenting CRLs (Read-only data representation)
ca_mgm::X509v3CRLExts::X509v3CRLExts | ( | const X509v3CRLExts & | extensions | ) |
|
virtual |
|
protected |
|
virtual |
AuthorityKeyIdentifierExt ca_mgm::X509v3CRLExts::getAuthorityKeyIdentifier | ( | ) | const |
IssuerAlternativeNameExt ca_mgm::X509v3CRLExts::getIssuerAlternativeName | ( | ) | const |
X509v3CRLExts& ca_mgm::X509v3CRLExts::operator= | ( | const X509v3CRLExts & | extensions | ) |
|
virtual |
|
virtual |
|
protected |