#include <IPKIFCRLRepository.h>
TSP-enforcing: No
Definition at line 30 of file IPKIFCRLRepository.h.
Public Member Functions | |
IPKIFCRLRepository () | |
virtual void | GetCRLs (const CPKIFCertificatePtr &cert, CPKIFCRLList &crlList, PKIInfoSource source=ALL)=0 |
virtual void | GetCRLs (const CPKIFCertificatePtr &cert, CPKIFCRLNodeList &crlNodeList, PKIInfoSource source=ALL) |
virtual void | GetCRLs (const CPKIFCertificatePtr &cert, CPKIFCRLList &crlList, PKIInfoSource source, CPKIFPathSettingsPtr &ps) |
virtual void | GetCRLs (const CPKIFCertificatePtr &cert, CPKIFCRLNodeList &crlNodeList, PKIInfoSource source, CPKIFPathSettingsPtr &ps) |
IPKIFCRLRepository::IPKIFCRLRepository | ( | ) |
Interface: External
Default constructor
Definition at line 21 of file IPKIFCRLRepository.cpp.
virtual void IPKIFCRLRepository::GetCRLs | ( | const CPKIFCertificatePtr & | cert, | |
CPKIFCRLList & | crlList, | |||
PKIInfoSource | source = ALL | |||
) | [pure virtual] |
Implemented in CPKIFCAPITrustRootCRLRepository2, CPKIFCacheMediator2, CPKIFCAPIRepository2, CPKIFCRLDPRetrieval, CPKIFLDAPRepository, CPKIFNSSRepository, and SimpleCRLCache.
Referenced by GetCRLs().
void IPKIFCRLRepository::GetCRLs | ( | const CPKIFCertificatePtr & | cert, | |
CPKIFCRLNodeList & | crlNodeList, | |||
PKIInfoSource | source = ALL | |||
) | [virtual] |
Interface: External
This function appends pointers to CRLs that may be applicable to the certificate identified by cert to crlList. This function does not ensure that all CRLs are applicable to the specified certificate.
cert | [in] Pointer to a certificate for which revocation status is to be checked |
crlNodeList | [out] Reference to a CRL node list to receive CRLs that may be associated with the specified certificate |
source | [in] PKIInfoSource indicating the locations to search for CRLs |
Reimplemented in CPKIFCacheMediator2.
Definition at line 32 of file IPKIFCRLRepository.cpp.
References GetCRLs().
void IPKIFCRLRepository::GetCRLs | ( | const CPKIFCertificatePtr & | cert, | |
CPKIFCRLList & | crlList, | |||
PKIInfoSource | source, | |||
CPKIFPathSettingsPtr & | ps | |||
) | [virtual] |
Interface: External
This function appends pointers to CRLs that may be applicable to the certificate identified by cert to crlList. This function does not ensure that all CRLs are applicable to the specified certificate.
cert | [in] Pointer to a certificate for which revocation status is to be checked |
crlList | [out] Reference to a CRL list to receive CRLs that may be associated with the specified certificate |
source | [in] PKIInfoSource indicating the locations to search for CRLs |
ps | [in] Path settings |
Reimplemented in CPKIFCacheMediator2, and SimpleCRLCache.
Definition at line 65 of file IPKIFCRLRepository.cpp.
References GetCRLs().
void IPKIFCRLRepository::GetCRLs | ( | const CPKIFCertificatePtr & | cert, | |
CPKIFCRLNodeList & | crlNodeList, | |||
PKIInfoSource | source, | |||
CPKIFPathSettingsPtr & | ps | |||
) | [virtual] |
Interface: External
This function appends pointers to CRLs that may be applicable to the certificate identified by cert to crlList. This function does not ensure that all CRLs are applicable to the specified certificate.
cert | [in] Pointer to a certificate for which revocation status is to be checked |
crlNodeList | [out] Reference to a CRL node list to receive CRLs that may be associated with the specified certificate |
source | [in] PKIInfoSource indicating the locations to search for CRLs |
ps | [in] Path settings |
Reimplemented in CPKIFCacheMediator2.
Definition at line 85 of file IPKIFCRLRepository.cpp.
References GetCRLs().