Definition at line 11 of file CPKIFAlgorithmIdentifier.java.
Public Member Functions | |
CPKIFAlgorithmIdentifier (long cPtr, boolean cMemoryOwn) | |
synchronized void | delete () |
CPKIFAlgorithmIdentifier () | |
CPKIFAlgorithmIdentifier (CPKIFOIDPtr oid, CPKIFBufferPtr params) | |
CPKIFAlgorithmIdentifier (CPKIFAlgorithmIdentifier alg) | |
CPKIFAlgorithmIdentifier (CPKIFOIDPtr oid) | |
CPKIFOIDPtr | oid () |
boolean | hasParameters () |
CPKIFBufferPtr | parameters () |
Static Public Member Functions | |
static long | getCPtr (CPKIFAlgorithmIdentifier obj) |
Protected Member Functions | |
void | finalize () |
Protected Attributes | |
boolean | swigCMemOwn |
com::orionsec::jpkif::CPKIFAlgorithmIdentifier::CPKIFAlgorithmIdentifier | ( | long | cPtr, | |
boolean | cMemoryOwn | |||
) | [inline] |
com::orionsec::jpkif::CPKIFAlgorithmIdentifier::CPKIFAlgorithmIdentifier | ( | ) | [inline] |
Definition at line 38 of file CPKIFAlgorithmIdentifier.java.
com::orionsec::jpkif::CPKIFAlgorithmIdentifier::CPKIFAlgorithmIdentifier | ( | CPKIFOIDPtr | oid, | |
CPKIFBufferPtr | params | |||
) | [inline] |
Definition at line 42 of file CPKIFAlgorithmIdentifier.java.
References com::orionsec::jpkif::CPKIFOIDPtr::getCPtr().
com::orionsec::jpkif::CPKIFAlgorithmIdentifier::CPKIFAlgorithmIdentifier | ( | CPKIFAlgorithmIdentifier | alg | ) | [inline] |
Definition at line 46 of file CPKIFAlgorithmIdentifier.java.
com::orionsec::jpkif::CPKIFAlgorithmIdentifier::CPKIFAlgorithmIdentifier | ( | CPKIFOIDPtr | oid | ) | [inline] |
Definition at line 50 of file CPKIFAlgorithmIdentifier.java.
static long com::orionsec::jpkif::CPKIFAlgorithmIdentifier::getCPtr | ( | CPKIFAlgorithmIdentifier | obj | ) | [inline, static] |
void com::orionsec::jpkif::CPKIFAlgorithmIdentifier::finalize | ( | ) | [inline, protected] |
Definition at line 24 of file CPKIFAlgorithmIdentifier.java.
synchronized void com::orionsec::jpkif::CPKIFAlgorithmIdentifier::delete | ( | ) | [inline] |
CPKIFOIDPtr com::orionsec::jpkif::CPKIFAlgorithmIdentifier::oid | ( | ) | [inline] |
Definition at line 54 of file CPKIFAlgorithmIdentifier.java.
boolean com::orionsec::jpkif::CPKIFAlgorithmIdentifier::hasParameters | ( | ) | [inline] |
Definition at line 58 of file CPKIFAlgorithmIdentifier.java.
CPKIFBufferPtr com::orionsec::jpkif::CPKIFAlgorithmIdentifier::parameters | ( | ) | [inline] |
Definition at line 62 of file CPKIFAlgorithmIdentifier.java.
boolean com::orionsec::jpkif::CPKIFAlgorithmIdentifier::swigCMemOwn [protected] |
Definition at line 13 of file CPKIFAlgorithmIdentifier.java.
Referenced by CPKIFAlgorithmIdentifier(), and delete().