#include <Request.h>

TSP-enforcing: No
Definition at line 29 of file Request.h.
Public Member Functions | |
| CPKIFRequest () | |
| CPKIFRequest (const CPKIFBufferPtr &r) | |
| ~CPKIFRequest () | |
| void | SetCertID (CPKIFCertIDPtr &certID) |
| CPKIFCertIDPtr | GetCertID () const |
| CPKIFRequest::CPKIFRequest | ( | ) |
Interface: External
This function is used to create and initialize CPKIFRequest objects.
Definition at line 37 of file Request.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_OCSP_ASN.
| CPKIFRequest::CPKIFRequest | ( | const CPKIFBufferPtr & | r | ) |
Interface: External
This function is used to create and initialize CPKIFRequest objects. This constructor takes a Request parameter is used internally by PKIF when parsing OCSP objects. It is not used by applications.
| CPKIFPathException(COMMON_NOT_IMPLEMENTED) |
| r | [in] Reference to a smart pointer to CPKIFBuffer objec containing OCSP Request |
Definition at line 52 of file Request.cpp.
References CACASNWRAPPER_CREATE, COMMON_NOT_IMPLEMENTED, LOG_STRING_DEBUG, TOOLKIT_OCSP_ASN, and TOOLKIT_TSP_ASN.
| CPKIFRequest::~CPKIFRequest | ( | ) |
Interface: External
This function destroys CPKIFRequest objects.
Definition at line 88 of file Request.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_OCSP_ASN.
| void CPKIFRequest::SetCertID | ( | CPKIFCertIDPtr & | certID | ) |
Interface: External
This function is used to set the CertID associated with a Request object.
| certID | [in] Reference to a smart pointer to a CPKIFCertID object |
Definition at line 102 of file Request.cpp.
| CPKIFCertIDPtr CPKIFRequest::GetCertID | ( | ) | const |
Interface: External
This function is used to get the CertID associated with a Request object.
Definition at line 116 of file Request.cpp.
1.5.6