#include <KeyIDBasedSearch.h>
TSP-enforcing: No
Definition at line 25 of file KeyIDBasedSearch.h.
Public Member Functions | |
CPKIFKeyIDBasedSearch () | |
~CPKIFKeyIDBasedSearch () | |
SearchType | GetSearchType () const |
CPKIFBufferPtr | GetKeyID () const |
void | SetKeyID (CPKIFBufferPtr &keyID) |
CPKIFKeyIDBasedSearch::CPKIFKeyIDBasedSearch | ( | ) |
Interface: External
This function creates and initializes CPKIFKeyIDBasedSearch objects
Definition at line 27 of file KeyIDBasedSearch.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_SR_MISC.
CPKIFKeyIDBasedSearch::~CPKIFKeyIDBasedSearch | ( | ) |
Interface: External
This function destroys CPKIFKeyIDBasedSearch objects
Definition at line 39 of file KeyIDBasedSearch.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_SR_MISC.
SearchType CPKIFKeyIDBasedSearch::GetSearchType | ( | ) | const [virtual] |
Interface: External
This function returns KEYID
Implements IPKIFSearchCriteria.
Definition at line 55 of file KeyIDBasedSearch.cpp.
References KEYID.
CPKIFBufferPtr CPKIFKeyIDBasedSearch::GetKeyID | ( | ) | const |
Interface: External
This function is used to get the key identifier used to perform a key identifier-based search
Definition at line 68 of file KeyIDBasedSearch.cpp.
Referenced by CPKIFNSSRepository::FindCertificates(), CPKIFCAPIUserRepository2::FindCertificates(), CPKIFCAPITrustStore2::FindCertificates(), CPKIFCAPIRepository2::FindCertificates(), SimpleRootStore::FindKeys(), and SimpleCertCache::FindKeys().
void CPKIFKeyIDBasedSearch::SetKeyID | ( | CPKIFBufferPtr & | keyID | ) |
Interface: External
This function is used to set the key identifier used to perform a key identifier-based search
keyID | [in] Pointer to a buffer containing a binary key identifier value |
Definition at line 80 of file KeyIDBasedSearch.cpp.