Module: IPKIFRevSourceInfo
Definition in file IPKIFRevSourceInfo.h.
#include "PKIFdll.h"
Go to the source code of this file.
Classes | |
class | IPKIFRevSourceInfo |
Defines | |
#define | REV_INFO_CAST(item) *((boost::shared_ptr<IPKIFRevSourceInfo>*)&(item)) |
Functions | |
DECLARE_SMART_POINTERS (IPKIFRevSourceInfo) | |
template<class T> | |
boost::shared_ptr< T > | RevInfoCast (IPKIFRevSourceInfoPtr &rsip) |
#define REV_INFO_CAST | ( | item | ) | *((boost::shared_ptr<IPKIFRevSourceInfo>*)&(item)) |
Definition at line 38 of file IPKIFRevSourceInfo.h.
Referenced by AssociateRevInfoWithCertStatusIfPossible(), and CPKIFOCSPChecker::ProcessOfflineResponse().
DECLARE_SMART_POINTERS | ( | IPKIFRevSourceInfo | ) |
boost::shared_ptr<T> RevInfoCast | ( | IPKIFRevSourceInfoPtr & | rsip | ) | [inline] |
Interface: External
This template function is for use by applications to case something from a cert status object to a derived object
rsip | [in] Pointer to an IPKIFRevSourceInfo containing information regarding a revocation information source that was consulted in an attempt to determine the revocation status of the associated certificate |
Definition at line 49 of file IPKIFRevSourceInfo.h.