#include <CRLReason.hpp>
Public Member Functions | |
| CRLReason () | |
| CRLReason (const String &reason) | |
| CRLReason (const CRLReason &reason) | |
| virtual | ~CRLReason () |
| CRLReason & | operator= (const CRLReason &reason) |
| void | setReason (const String &reason) |
| String | getReason () const |
| void | setHoldInstruction (const String &holdInstruction) |
| String | getHoldInstruction () const |
| void | setKeyCompromiseDate (time_t compromiseDate) |
| time_t | getKeyCompromiseDate () const |
| String | getKeyCompromiseDateAsString () const |
| void | setCACompromiseDate (time_t compromiseDate) |
| time_t | getCACompromiseDate () const |
| String | getCACompromiseDateAsString () const |
| virtual bool | valid () const |
| virtual BLOCXX_NAMESPACE::StringArray | verify () const |
| virtual BLOCXX_NAMESPACE::StringArray | dump () const |
Private Member Functions | |
| BLOCXX_NAMESPACE::String | checkHoldInstruction (const String &hi) const |
| bool | checkReason (const String &reason) const |
Private Attributes | |
| BLOCXX_NAMESPACE::COWIntrusiveReference< CRLReasonImpl > | m_impl |
|
|
|
|
|
Constructor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return the revocation reason as string |
|
|
|
|
|
Set reason to CACompromise and add the compromise date
|
|
|
Set reason to certificateHold and add a hold instruction
|
|
|
Set reason to keyCompromise and add the compromise date
|
|
|
Set a new revocation reason
|
|
|
|
|
|
|
|
|
|
1.4.6