#include <PKIFOCSPInfo.h>
TSP-enforcing: No
Definition at line 28 of file PKIFOCSPInfo.h.
Public Member Functions | |
CPKIFOCSPInfo () | |
~CPKIFOCSPInfo () | |
CPKIFSingleResponsePtr | GetSingleResponse () const |
void | SetSingleResponse (CPKIFSingleResponsePtr &sr) |
CPKIFOCSPResponsePtr | GetOCSPResponse () const |
void | SetOCSPResponse (CPKIFOCSPResponsePtr &resp) |
CPKIFOCSPInfo::CPKIFOCSPInfo | ( | ) |
Interface: External
This function is the default constructor for CPKIFOCSPInfo objects.
Definition at line 36 of file PKIFOCSPInfo.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_OCSP_ASN.
CPKIFOCSPInfo::~CPKIFOCSPInfo | ( | ) |
Interface: External
This function is the default destructor for CPKIFOCSPInfo objects.
Definition at line 48 of file PKIFOCSPInfo.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_OCSP_ASN.
CPKIFSingleResponsePtr CPKIFOCSPInfo::GetSingleResponse | ( | ) | const |
Interface: External
This function is used to get the single response associated with an OCSPInfo object.
Definition at line 62 of file PKIFOCSPInfo.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_OCSP_ASN.
void CPKIFOCSPInfo::SetSingleResponse | ( | CPKIFSingleResponsePtr & | sr | ) |
Interface: External
This function is used to set the single response associated with an OCSPInfo object.
sr | [in] Pointer to a CPKIFSingleResponse object |
Definition at line 74 of file PKIFOCSPInfo.cpp.
CPKIFOCSPResponsePtr CPKIFOCSPInfo::GetOCSPResponse | ( | ) | const |
Interface: External
This function is used to get the OCSP response associated with an OCSPInfo object.
Definition at line 87 of file PKIFOCSPInfo.cpp.
void CPKIFOCSPInfo::SetOCSPResponse | ( | CPKIFOCSPResponsePtr & | resp | ) |
Interface: External
This function is used to set the OCSP response associated with an OCSPInfo object.
resp | [in] Pointer to a CPKIFOCSPResponse object |
Definition at line 98 of file PKIFOCSPInfo.cpp.