IPKIFCertSearch Class Reference

#include <IPKIFCertSearch.h>

Inheritance diagram for IPKIFCertSearch:

Inheritance graph
[legend]

List of all members.


Detailed Description

The IPKIFCertSearch interface defines the means by which certificates can be retrieved from various sources of PKI information using search criteria other than the simple subject name option provided by the IPKIFCertRepository interface. This most commonly occurs when searching for an end-entity certificate. PKIF provides one mediator class and one colleague class that implement this interface: CPKIFCacheMediator2 and CPKIFCAPIUserRepository2.

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)

Constructor & Destructor Documentation

IPKIFCertSearch::IPKIFCertSearch (  ) 

Interface: External

Default constructor

Returns:
None

Definition at line 17 of file IPKIFCertSearch.cpp.


Member Function Documentation

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.


The documentation for this class was generated from the following files:

Generated on Mon Nov 15 11:20:54 2010 for PublicKeyInfrastructureFramework(PKIF) by  doxygen 1.5.6