Definition at line 574 of file CapiCRL.cpp.
Public Member Functions | |
CPKIFCapiCRLEntryImpl () | |
void | ClearContent () |
void | populateExtensionsVector () |
Public Attributes | |
CPKIFBufferPtr | m_rawCRL |
std::vector < CPKIFX509ExtensionPtr > | m_exts |
CPKIFTimePtr | m_revocationDate |
CPKIFBufferPtr | m_serialNumber |
CPKIFCapiCRLEntry * | m_this |
PCRL_ENTRY | m_crlEntry |
CPKIFCapiCRLEntryImpl::CPKIFCapiCRLEntryImpl | ( | ) |
Interface: Module
Default constructor for the impl.
Definition at line 598 of file CapiCRL.cpp.
References m_crlEntry, and m_this.
void CPKIFCapiCRLEntryImpl::ClearContent | ( | ) |
void CPKIFCapiCRLEntryImpl::populateExtensionsVector | ( | ) |
Interface: Module
This function populates the internal vector of extensions.
Definition at line 622 of file CapiCRL.cpp.
References CPKIFX509ExtensionMediator2::GetInstance(), m_crlEntry, m_exts, and m_this.
Referenced by CPKIFCapiCRLEntry::GetExtensionByOID().
CPKIFBufferPtr CPKIFCapiCRLEntryImpl::m_rawCRL |
Definition at line 582 of file CapiCRL.cpp.
std::vector<CPKIFX509ExtensionPtr> CPKIFCapiCRLEntryImpl::m_exts |
Definition at line 584 of file CapiCRL.cpp.
Referenced by CPKIFCapiCRLEntry::AreThereAnyUnprocessedCriticalExtensions(), CPKIFCapiCRLEntry::GetExtensionByOID(), and populateExtensionsVector().
CPKIFTimePtr CPKIFCapiCRLEntryImpl::m_revocationDate |
CPKIFBufferPtr CPKIFCapiCRLEntryImpl::m_serialNumber |
Definition at line 587 of file CapiCRL.cpp.
Referenced by CPKIFCapiCRLEntry::CPKIFCapiCRLEntry(), CPKIFCapiCRLEntryImpl(), and populateExtensionsVector().
PCRL_ENTRY CPKIFCapiCRLEntryImpl::m_crlEntry |
Definition at line 588 of file CapiCRL.cpp.
Referenced by CPKIFCapiCRLEntry::CPKIFCapiCRLEntry(), CPKIFCapiCRLEntryImpl(), CPKIFCapiCRLEntry::GetEncodedExtensions(), CPKIFCapiCRLEntry::GetExtensionByOID(), populateExtensionsVector(), and CPKIFCapiCRLEntry::SerialNumber().