#include <CRLDistributionPoint.h>
TSP-enforcing: No
Definition at line 36 of file CRLDistributionPoint.h.
Public Member Functions | |
CPKIFCRLDistributionPoint () | |
CPKIFCRLDistributionPoint (const CPKIFBufferPtr &buffer) | |
virtual | ~CPKIFCRLDistributionPoint () |
CPKIFDistributionPointNamePtr | DistributionPoint () const |
void | CRLIssuer (CPKIFGeneralNameList &genNames) const |
CPKIFReasonFlagsPtr | Reasons () const |
CPKIFCRLDistributionPoint::CPKIFCRLDistributionPoint | ( | ) |
Interface: External
This constructor creates a default instance of CPKIFCRLDistributionPoint object.
Definition at line 40 of file CRLDistributionPoint.cpp.
CPKIFCRLDistributionPoint::CPKIFCRLDistributionPoint | ( | const CPKIFBufferPtr & | buffer | ) |
Interface: External
This constructor takes its content and creates an instance of CPKIFCRLDistributionPoint object based on that content. constructor is used internally (applications should not call this constructor directly) used by CPKIFCRLDistributionPointsFactory::create().
buffer | [in] Reference to a smart pointer to CPKIFBuffer object used to construct the object |
Definition at line 53 of file CRLDistributionPoint.cpp.
References CACASNWRAPPER_CREATE.
CPKIFCRLDistributionPoint::~CPKIFCRLDistributionPoint | ( | ) | [virtual] |
Interface: External
The function destroys an instance of CPKIFCRLDistributionPoint.
Definition at line 142 of file CRLDistributionPoint.cpp.
CPKIFDistributionPointNamePtr CPKIFCRLDistributionPoint::DistributionPoint | ( | ) | const |
Interface: External
The distinguished name from the DistributionPoint object, if present.
Definition at line 175 of file CRLDistributionPoint.cpp.
void CPKIFCRLDistributionPoint::CRLIssuer | ( | CPKIFGeneralNameList & | genNames | ) | const |
Interface: External
The GeneralNames identifying the CRL issuer from the DistributionPoint object, if present.
Definition at line 157 of file CRLDistributionPoint.cpp.
CPKIFReasonFlagsPtr CPKIFCRLDistributionPoint::Reasons | ( | ) | const |
Interface: External
The revocation reasons from the DistributionPoint object, if present.
Definition at line 187 of file CRLDistributionPoint.cpp.