#include <ReplyCheck.h>
TSP-enforcing: No
Definition at line 30 of file ReplyCheck.h.
Public Member Functions | |
CPKIFReplyCheck () | |
CPKIFReplyCheck (const CPKIFBufferPtr &) | |
virtual | ~CPKIFReplyCheck (void) |
void | SetCheck (CPKIFOIDPtr &check) |
const CPKIFOIDPtr | GetCheck () const |
void | SetStatus (int status) |
const int | GetStatus () const |
CPKIFReplyCheck::CPKIFReplyCheck | ( | ) |
Interface: External
This function is used to create and initialize CPKIFReplyCheck object.
Definition at line 38 of file ReplyCheck.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_SCVP_ASN.
CPKIFReplyCheck::CPKIFReplyCheck | ( | const CPKIFBufferPtr & | replyCheck | ) |
Interface: External
This constructor is internally invoked; it will throw a std::bad_alloc exception if allocation of memory fails or ASN.1 decoding errors if the extension cannot be parsed.
std::bad_alloc |
replyCheck | [in] A reference to a smart pointer to CPKIFBuffer object containing der encoded ReplyCheck |
Definition at line 53 of file ReplyCheck.cpp.
References CACASNWRAPPER_CREATE, COMMON_INVALID_INPUT, and TOOLKIT_SCVP_ASN.
CPKIFReplyCheck::~CPKIFReplyCheck | ( | void | ) | [virtual] |
Interface: External
This function destroys instances of CPKIFReplyCheck.
Definition at line 80 of file ReplyCheck.cpp.
References LOG_STRING_DEBUG, and TOOLKIT_SCVP_ASN.
void CPKIFReplyCheck::SetCheck | ( | CPKIFOIDPtr & | check | ) |
Interface: External
This function is used to set check value
check | [in] Smart pointer to CPKIFOID object |
Definition at line 95 of file ReplyCheck.cpp.
const CPKIFOIDPtr CPKIFReplyCheck::GetCheck | ( | ) | const |
Interface: External
This function is used to get check
Definition at line 108 of file ReplyCheck.cpp.
void CPKIFReplyCheck::SetStatus | ( | int | status | ) |
Interface: External
This function is used to set status
status | [in] Integer value representing status |
Definition at line 120 of file ReplyCheck.cpp.
const int CPKIFReplyCheck::GetStatus | ( | ) | const |
Interface: External
This function is used to get status
Definition at line 133 of file ReplyCheck.cpp.