#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 |
This class includes a collection of X509v3 extension for presenting CRLs (Read-only data representation)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6