#include <PKIFLocalCrlNode.h>


TSP-enforcing: No
Definition at line 30 of file PKIFLocalCrlNode.h.
Public Member Functions | |
| CPKIFLocalCrlNode () | |
| ~CPKIFLocalCrlNode () | |
| virtual void | GetCrls (CPKIFCRLNodeList &crlNodeList) |
| void | AddCrl (CPKIFCRLNodeEntryPtr &crl) |
| CPKIFLocalCrlNode::CPKIFLocalCrlNode | ( | ) |
Interface: External
This function creates and initializes a CPKIFLocalCrlNode objects
Definition at line 34 of file PKIFLocalCrlNode.cpp.
| CPKIFLocalCrlNode::~CPKIFLocalCrlNode | ( | ) |
| void CPKIFLocalCrlNode::GetCrls | ( | CPKIFCRLNodeList & | crlNodeList | ) | [virtual] |
Interface: External
This function retrives certificates from the local cert node
| crlNodeList | [out] A reference to CPKIFCRLNodeList object which will contain retrived CRLs |
Reimplemented from CPKIFCrlSource.
Definition at line 56 of file PKIFLocalCrlNode.cpp.
References GottaMatch< T >::SetRHS().
| void CPKIFLocalCrlNode::AddCrl | ( | CPKIFCRLNodeEntryPtr & | crl | ) |
Interface: External
This function adds certificate to the local cert node
| crl | [out] A smart pointer to CPKIFCertificateNodeEntry object |
Definition at line 77 of file PKIFLocalCrlNode.cpp.
References GottaMatch< T >::SetRHS().
1.5.6