#include <CertificateData.hpp>
Public Member Functions | |
| CertificateData (const CertificateData &data) | |
| virtual | ~CertificateData () |
| CertificateData & | operator= (const CertificateData &data) |
| BLOCXX_NAMESPACE::UInt32 | getVersion () const |
| String | getSerial () const |
| time_t | getStartDate () const |
| time_t | getEndDate () const |
| DNObject | getIssuerDN () const |
| DNObject | getSubjectDN () const |
| BLOCXX_NAMESPACE::UInt32 | getKeysize () const |
| KeyAlg | getPublicKeyAlgorithm () const |
| String | getPublicKeyAlgorithmAsString () const |
| limal::ByteBuffer | getPublicKey () const |
| SigAlg | getSignatureAlgorithm () const |
| String | getSignatureAlgorithmAsString () const |
| limal::ByteBuffer | getSignature () const |
| String | getFingerprint () const |
| X509v3CertificateExts | getExtensions () const |
| String | getCertificateAsText () const |
| String | getExtensionsAsText () const |
| virtual bool | valid () const |
| virtual BLOCXX_NAMESPACE::StringArray | verify () const |
| virtual BLOCXX_NAMESPACE::StringArray | dump () const |
Protected Member Functions | |
| CertificateData () | |
Protected Attributes | |
| BLOCXX_NAMESPACE::COWIntrusiveReference< CertificateDataImpl > | m_impl |
This class is a read-only data representation of a certificate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return the Certificate data as human readable text. (Format may change) |
|
|
|
|
|
|
|
|
Return the Certificate extensions as human readable text. (Format may change) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6