Definition at line 11 of file HashInfo.java.
Public Member Functions | |
HashInfo (long cPtr, boolean cMemoryOwn) | |
synchronized void | delete () |
HashInfo () | |
void | setM_hashAlg (HASH_ALG value) |
HASH_ALG | getM_hashAlg () |
void | setM_hashContext (IPKIFHashContext value) |
IPKIFHashContext | getM_hashContext () |
void | setM_hashResult (byte[] value) |
byte[] | getM_hashResult () |
Static Public Member Functions | |
static long | getCPtr (HashInfo obj) |
Protected Member Functions | |
void | finalize () |
Protected Attributes | |
boolean | swigCMemOwn |
com::orionsec::jpkif::HashInfo::HashInfo | ( | long | cPtr, | |
boolean | cMemoryOwn | |||
) | [inline] |
com::orionsec::jpkif::HashInfo::HashInfo | ( | ) | [inline] |
Definition at line 38 of file HashInfo.java.
static long com::orionsec::jpkif::HashInfo::getCPtr | ( | HashInfo | obj | ) | [inline, static] |
void com::orionsec::jpkif::HashInfo::finalize | ( | ) | [inline, protected] |
Definition at line 24 of file HashInfo.java.
synchronized void com::orionsec::jpkif::HashInfo::delete | ( | ) | [inline] |
void com::orionsec::jpkif::HashInfo::setM_hashAlg | ( | HASH_ALG | value | ) | [inline] |
HASH_ALG com::orionsec::jpkif::HashInfo::getM_hashAlg | ( | ) | [inline] |
Definition at line 46 of file HashInfo.java.
References com::orionsec::jpkif::HASH_ALG::swigToEnum().
void com::orionsec::jpkif::HashInfo::setM_hashContext | ( | IPKIFHashContext | value | ) | [inline] |
Definition at line 50 of file HashInfo.java.
IPKIFHashContext com::orionsec::jpkif::HashInfo::getM_hashContext | ( | ) | [inline] |
Definition at line 54 of file HashInfo.java.
void com::orionsec::jpkif::HashInfo::setM_hashResult | ( | byte[] | value | ) | [inline] |
Definition at line 59 of file HashInfo.java.
byte [] com::orionsec::jpkif::HashInfo::getM_hashResult | ( | ) | [inline] |
Definition at line 63 of file HashInfo.java.
boolean com::orionsec::jpkif::HashInfo::swigCMemOwn [protected] |