Definition at line 11 of file CPKIFResponseData.java.
Public Member Functions | |
CPKIFResponseData (long cPtr, boolean cMemoryOwn) | |
synchronized void | delete () |
CPKIFResponseData () | |
CPKIFResponseData (CPKIFBufferPtr responseData) | |
int | GetVersion () |
CPKIFResponderIDPtr | GetResponderID () |
void | SetResponderID (CPKIFResponderIDPtr rid) |
CPKIFTimePtr | GetProducedAt () |
void | SetProducedAt (CPKIFTimePtr pa) |
void | GetResponses (SWIGTYPE_p_std__vectorT_boost__shared_ptrT_CPKIFSingleResponse_t_t srs) |
void | AddResponse (CPKIFSingleResponsePtr sr) |
CPKIFBufferPtr | toBeSigned () |
void | GetExtensionByOID (CPKIFOID oid, CPKIFX509ExtensionPtr ref) |
void | GetEncodedExtensions (CPKIFBufferPtr buf) |
boolean | AreThereAnyUnprocessedCriticalExtensions (SWIGTYPE_p_std__vectorT_boost__shared_ptrT_CPKIFX509Extension_t_t processedExts) |
Static Public Member Functions | |
static long | getCPtr (CPKIFResponseData obj) |
Protected Member Functions | |
void | finalize () |
com::orionsec::jpkif::CPKIFResponseData::CPKIFResponseData | ( | long | cPtr, | |
boolean | cMemoryOwn | |||
) | [inline] |
Definition at line 14 of file CPKIFResponseData.java.
com::orionsec::jpkif::CPKIFResponseData::CPKIFResponseData | ( | void | ) | [inline] |
Definition at line 38 of file CPKIFResponseData.java.
com::orionsec::jpkif::CPKIFResponseData::CPKIFResponseData | ( | CPKIFBufferPtr | responseData | ) | [inline] |
Definition at line 42 of file CPKIFResponseData.java.
static long com::orionsec::jpkif::CPKIFResponseData::getCPtr | ( | CPKIFResponseData | obj | ) | [inline, static] |
void com::orionsec::jpkif::CPKIFResponseData::finalize | ( | ) | [inline, protected] |
Reimplemented from com::orionsec::jpkif::IPKIFHasExtensions.
Definition at line 23 of file CPKIFResponseData.java.
synchronized void com::orionsec::jpkif::CPKIFResponseData::delete | ( | ) | [inline] |
Reimplemented from com::orionsec::jpkif::IPKIFHasExtensions.
Definition at line 27 of file CPKIFResponseData.java.
References com::orionsec::jpkif::IPKIFHasExtensions::swigCMemOwn.
int com::orionsec::jpkif::CPKIFResponseData::GetVersion | ( | ) | [inline] |
Definition at line 46 of file CPKIFResponseData.java.
CPKIFResponderIDPtr com::orionsec::jpkif::CPKIFResponseData::GetResponderID | ( | ) | [inline] |
Definition at line 50 of file CPKIFResponseData.java.
void com::orionsec::jpkif::CPKIFResponseData::SetResponderID | ( | CPKIFResponderIDPtr | rid | ) | [inline] |
Definition at line 54 of file CPKIFResponseData.java.
CPKIFTimePtr com::orionsec::jpkif::CPKIFResponseData::GetProducedAt | ( | ) | [inline] |
Definition at line 58 of file CPKIFResponseData.java.
void com::orionsec::jpkif::CPKIFResponseData::SetProducedAt | ( | CPKIFTimePtr | pa | ) | [inline] |
Definition at line 62 of file CPKIFResponseData.java.
void com::orionsec::jpkif::CPKIFResponseData::GetResponses | ( | SWIGTYPE_p_std__vectorT_boost__shared_ptrT_CPKIFSingleResponse_t_t | srs | ) | [inline] |
Definition at line 66 of file CPKIFResponseData.java.
void com::orionsec::jpkif::CPKIFResponseData::AddResponse | ( | CPKIFSingleResponsePtr | sr | ) | [inline] |
Definition at line 70 of file CPKIFResponseData.java.
CPKIFBufferPtr com::orionsec::jpkif::CPKIFResponseData::toBeSigned | ( | ) | [inline] |
Definition at line 74 of file CPKIFResponseData.java.
void com::orionsec::jpkif::CPKIFResponseData::GetExtensionByOID | ( | CPKIFOID | oid, | |
CPKIFX509ExtensionPtr | ref | |||
) | [inline] |
Reimplemented from com::orionsec::jpkif::IPKIFHasExtensions.
Definition at line 78 of file CPKIFResponseData.java.
References com::orionsec::jpkif::CPKIFOID::getCPtr().
void com::orionsec::jpkif::CPKIFResponseData::GetEncodedExtensions | ( | CPKIFBufferPtr | buf | ) | [inline] |
Reimplemented from com::orionsec::jpkif::IPKIFHasExtensions.
Definition at line 82 of file CPKIFResponseData.java.
boolean com::orionsec::jpkif::CPKIFResponseData::AreThereAnyUnprocessedCriticalExtensions | ( | SWIGTYPE_p_std__vectorT_boost__shared_ptrT_CPKIFX509Extension_t_t | processedExts | ) | [inline] |
Definition at line 86 of file CPKIFResponseData.java.