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