#include <IPKIFCertSearch.h>
TSP-enforcing: No
Definition at line 29 of file IPKIFCertSearch.h.
Public Member Functions | |
IPKIFCertSearch () | |
virtual void | FindCertificates (IPKIFSearchCriteria *searchCriteria, CPKIFCertificateList &certList, PKIInfoSource source=ALL)=0 |
virtual void | FindKeys (IPKIFSearchCriteria *searchCriteria, IPKIFNameAndKeyList &keyList, PKIInfoSource source=ALL) |
IPKIFCertSearch::IPKIFCertSearch | ( | ) |
Interface: External
Default constructor
Definition at line 17 of file IPKIFCertSearch.cpp.
virtual void IPKIFCertSearch::FindCertificates | ( | IPKIFSearchCriteria * | searchCriteria, | |
CPKIFCertificateList & | certList, | |||
PKIInfoSource | source = ALL | |||
) | [pure virtual] |
void IPKIFCertSearch::FindKeys | ( | IPKIFSearchCriteria * | searchCriteria, | |
IPKIFNameAndKeyList & | keyList, | |||
PKIInfoSource | source = ALL | |||
) | [virtual] |
Reimplemented in CPKIFCacheMediator2, SimpleCertCache, and SimpleRootStore.
Definition at line 21 of file IPKIFCertSearch.cpp.