|
limal-ca-mgm
|
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 BLOCXX_NAMESPACE::StringArray | verify () const |
| virtual BLOCXX_NAMESPACE::StringArray | dump () const |
Protected Member Functions | |
| X509v3CRLExts () | |
Protected Attributes | |
| BLOCXX_NAMESPACE::COWIntrusiveReference < 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)
| limal::ca_mgm::X509v3CRLExts::X509v3CRLExts | ( | const X509v3CRLExts & | extensions | ) |
| virtual limal::ca_mgm::X509v3CRLExts::~X509v3CRLExts | ( | ) | [virtual] |
| limal::ca_mgm::X509v3CRLExts::X509v3CRLExts | ( | ) | [protected] |
| virtual BLOCXX_NAMESPACE::StringArray limal::ca_mgm::X509v3CRLExts::dump | ( | ) | const [virtual] |
| AuthorityKeyIdentifierExt limal::ca_mgm::X509v3CRLExts::getAuthorityKeyIdentifier | ( | ) | const |
| IssuerAlternativeNameExt limal::ca_mgm::X509v3CRLExts::getIssuerAlternativeName | ( | ) | const |
| X509v3CRLExts& limal::ca_mgm::X509v3CRLExts::operator= | ( | const X509v3CRLExts & | extensions | ) |
| virtual bool limal::ca_mgm::X509v3CRLExts::valid | ( | ) | const [virtual] |
| virtual BLOCXX_NAMESPACE::StringArray limal::ca_mgm::X509v3CRLExts::verify | ( | ) | const [virtual] |
BLOCXX_NAMESPACE::COWIntrusiveReference<X509v3CRLExtsImpl> limal::ca_mgm::X509v3CRLExts::m_impl [protected] |
1.7.5.1