#include <PKIFXSECKeyInfoResolver.h>
IPKIFXSECNotificationCallback class
TSP-enforcing: No
Definition at line 26 of file PKIFXSECKeyInfoResolver.h.
Public Member Functions | |
IPKIFXSECNotificationCallback () | |
virtual | ~IPKIFXSECNotificationCallback () |
virtual bool | operator() (CPKIFCertificatePathPtr path, CPKIFPathValidationResultsPtr pvr, bool trusted)=0 |
IPKIFXSECNotificationCallback::IPKIFXSECNotificationCallback | ( | ) |
virtual IPKIFXSECNotificationCallback::~IPKIFXSECNotificationCallback | ( | ) | [virtual] |
virtual bool IPKIFXSECNotificationCallback::operator() | ( | CPKIFCertificatePathPtr | path, | |
CPKIFPathValidationResultsPtr | pvr, | |||
bool | trusted | |||
) | [pure virtual] |
(optionally) invoked when the Key Info Resolver has made a trust decision. The callee can log diagnostics, and may veto the decision if necessary by returning false. Most implementations should always return true.
path | [in] smart pointer to path |
pvr | [in] smart pointer to path validation results |
trusted | [in] whether or not PKIF plans to trust the target certificate for the purpose at hand |