Definition at line 11 of file CPKIFCertificateList.java.
Public Member Functions | |
CPKIFCertificateList (long cPtr, boolean cMemoryOwn) | |
synchronized void | delete () |
CPKIFCertificateList () | |
CPKIFCertificateList (long n) | |
long | size () |
long | capacity () |
void | reserve (long n) |
boolean | isEmpty () |
void | clear () |
void | add (CPKIFCertificatePtr x) |
CPKIFCertificatePtr | get (int i) |
void | set (int i, CPKIFCertificatePtr x) |
Static Public Member Functions | |
static long | getCPtr (CPKIFCertificateList obj) |
Protected Member Functions | |
void | finalize () |
Protected Attributes | |
boolean | swigCMemOwn |
com::orionsec::jpkif::CPKIFCertificateList::CPKIFCertificateList | ( | long | cPtr, | |
boolean | cMemoryOwn | |||
) | [inline] |
com::orionsec::jpkif::CPKIFCertificateList::CPKIFCertificateList | ( | ) | [inline] |
Definition at line 38 of file CPKIFCertificateList.java.
com::orionsec::jpkif::CPKIFCertificateList::CPKIFCertificateList | ( | long | n | ) | [inline] |
Definition at line 42 of file CPKIFCertificateList.java.
static long com::orionsec::jpkif::CPKIFCertificateList::getCPtr | ( | CPKIFCertificateList | obj | ) | [inline, static] |
Definition at line 20 of file CPKIFCertificateList.java.
References swigCPtr.
Referenced by com::orionsec::jpkif::pkif_module::VerifyCounterSignatures().
void com::orionsec::jpkif::CPKIFCertificateList::finalize | ( | ) | [inline, protected] |
Definition at line 24 of file CPKIFCertificateList.java.
synchronized void com::orionsec::jpkif::CPKIFCertificateList::delete | ( | ) | [inline] |
long com::orionsec::jpkif::CPKIFCertificateList::size | ( | ) | [inline] |
Definition at line 46 of file CPKIFCertificateList.java.
long com::orionsec::jpkif::CPKIFCertificateList::capacity | ( | ) | [inline] |
Definition at line 50 of file CPKIFCertificateList.java.
void com::orionsec::jpkif::CPKIFCertificateList::reserve | ( | long | n | ) | [inline] |
Definition at line 54 of file CPKIFCertificateList.java.
boolean com::orionsec::jpkif::CPKIFCertificateList::isEmpty | ( | ) | [inline] |
Definition at line 58 of file CPKIFCertificateList.java.
void com::orionsec::jpkif::CPKIFCertificateList::clear | ( | void | ) | [inline] |
Definition at line 62 of file CPKIFCertificateList.java.
void com::orionsec::jpkif::CPKIFCertificateList::add | ( | CPKIFCertificatePtr | x | ) | [inline] |
Definition at line 66 of file CPKIFCertificateList.java.
CPKIFCertificatePtr com::orionsec::jpkif::CPKIFCertificateList::get | ( | int | i | ) | [inline] |
Definition at line 70 of file CPKIFCertificateList.java.
void com::orionsec::jpkif::CPKIFCertificateList::set | ( | int | i, | |
CPKIFCertificatePtr | x | |||
) | [inline] |
Definition at line 74 of file CPKIFCertificateList.java.
boolean com::orionsec::jpkif::CPKIFCertificateList::swigCMemOwn [protected] |
Definition at line 13 of file CPKIFCertificateList.java.
Referenced by CPKIFCertificateList(), and delete().