#include <CRLData.hpp>
Public Member Functions | |
| CRLData (const CRLData &data) | |
| virtual | ~CRLData () |
| CRLData & | operator= (const CRLData &data) |
| BLOCXX_NAMESPACE::Int32 | getVersion () const |
| String | getFingerprint () const |
| time_t | getLastUpdateDate () const |
| time_t | getNextUpdateDate () const |
| DNObject | getIssuerDN () const |
| SigAlg | getSignatureAlgorithm () const |
| String | getSignatureAlgorithmAsString () const |
| limal::ByteBuffer | getSignature () const |
| X509v3CRLExts | getExtensions () const |
| BLOCXX_NAMESPACE::Map< String, RevocationEntry > | getRevocationData () const |
| RevocationEntry | getRevocationEntry (const String &oid) |
| String | getCRLAsText () const |
| String | getExtensionsAsText () const |
| virtual bool | valid () const |
| virtual BLOCXX_NAMESPACE::StringArray | verify () const |
| virtual BLOCXX_NAMESPACE::StringArray | dump () const |
Protected Member Functions | |
| CRLData () | |
| BLOCXX_NAMESPACE::StringArray | checkRevocationData (const BLOCXX_NAMESPACE::Map< String, RevocationEntry > &rd) const |
Protected Attributes | |
| BLOCXX_NAMESPACE::COWIntrusiveReference< CRLDataImpl > | m_impl |
This class is a read-only data representation of a CRL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return the CRL data as human readable text. (Format may change) |
|
|
|
|
|
Return the CRL extensions as human readable text. (Format may change) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6