#include <DeltaCRLIndicator.h>
BaseCRLNumber ::= CRLNumberFor details on accessing extensions in a certificate or CRL, see the sections on CPKIFCertificate and CPKIFCRL.
PKIF does not provide a means of encoding extensions. This class is used to parse extensions present in encoded objects, e.g. public-key certificates.
TSP-enforcing: No
Definition at line 39 of file DeltaCRLIndicator.h.
Public Member Functions | |
CPKIFDeltaCRLIndicator () | |
CPKIFDeltaCRLIndicator (const bool &criticality, const CPKIFBufferPtr &ext) | |
virtual | ~CPKIFDeltaCRLIndicator () |
const CPKIFOIDPtr | oid () const |
const char * | BaseCRLNumber () const |
CPKIFBufferPtr | value () const |
Static Public Attributes | |
static char | extOID [] = "2.5.29.27" |
CPKIFDeltaCRLIndicator::CPKIFDeltaCRLIndicator | ( | ) |
Interface: External
Default constructor
Definition at line 37 of file DeltaCRLIndicator.cpp.
CPKIFDeltaCRLIndicator::CPKIFDeltaCRLIndicator | ( | const bool & | criticality, | |
const CPKIFBufferPtr & | ext | |||
) |
Interface: External
This constructor is internally invoked; this version will throw a std::bad_alloc exception if allocation of memory fails or ASN.1 decoding errors if the extension cannot be parsed.
std::bad_alloc | Interface: External |
std::bad_alloc |
Definition at line 78 of file DeltaCRLIndicator.cpp.
References CACASNWRAPPER_CREATE.
CPKIFDeltaCRLIndicator::~CPKIFDeltaCRLIndicator | ( | ) | [virtual] |
Interface: External
The function destroys an instance of CPKIFDeltaCRLIndicator.
Definition at line 104 of file DeltaCRLIndicator.cpp.
const CPKIFOIDPtr CPKIFDeltaCRLIndicator::oid | ( | ) | const [virtual] |
Interface: External
This function returns a smart pointer to a CPKIFOID object containing the object identifier associated with this type of extension.
Reimplemented from CPKIFX509Extension.
Definition at line 119 of file DeltaCRLIndicator.cpp.
References extOID.
const char * CPKIFDeltaCRLIndicator::BaseCRLNumber | ( | ) | const |
Interface: External
This function returns the CRL number of the base CRL references in a delta CRL indicator extension.
Definition at line 134 of file DeltaCRLIndicator.cpp.
Referenced by CPKIFGeneralCRLDetailsPanel::PopulateListExtensions().
CPKIFBufferPtr CPKIFDeltaCRLIndicator::value | ( | ) | const [virtual] |
Interface: External
This function returns a smart pointer to a CPKIFBuffer object containing value of the extension.
Reimplemented from CPKIFX509Extension.
Definition at line 148 of file DeltaCRLIndicator.cpp.
char CPKIFDeltaCRLIndicator::extOID = "2.5.29.27" [static] |
Definition at line 47 of file DeltaCRLIndicator.h.
Referenced by oid(), and CPKIFDeltaCRLIndicatorFactory::refOID().