Definition at line 11 of file IPKIFCryptoMisc.java.
Public Member Functions | |
IPKIFCryptoMisc (long cPtr, boolean cMemoryOwn) | |
synchronized void | delete () |
void | GenRandom (byte[] buf, int len) |
IPKIFHashContext | HashInit (HASH_ALG alg) |
void | HashUpdate (IPKIFHashContext hash, byte[] pData, int nDataLen) |
void | HashFinal (IPKIFHashContext hash, byte[] pResult, SWIGTYPE_p_int pnResultLen) |
Static Public Member Functions | |
static long | getCPtr (IPKIFCryptoMisc obj) |
Protected Member Functions | |
void | finalize () |
Protected Attributes | |
boolean | swigCMemOwn |
com::orionsec::jpkif::IPKIFCryptoMisc::IPKIFCryptoMisc | ( | long | cPtr, | |
boolean | cMemoryOwn | |||
) | [inline] |
static long com::orionsec::jpkif::IPKIFCryptoMisc::getCPtr | ( | IPKIFCryptoMisc | obj | ) | [inline, static] |
Definition at line 20 of file IPKIFCryptoMisc.java.
References swigCPtr.
Referenced by com::orionsec::jpkif::pkif_module::PathSigChecker(), com::orionsec::jpkif::CPKIFParallelHashPtr::SetDigestAlgs(), and com::orionsec::jpkif::CPKIFParallelHash::SetDigestAlgs().
void com::orionsec::jpkif::IPKIFCryptoMisc::finalize | ( | ) | [inline, protected] |
Definition at line 24 of file IPKIFCryptoMisc.java.
synchronized void com::orionsec::jpkif::IPKIFCryptoMisc::delete | ( | ) | [inline] |
void com::orionsec::jpkif::IPKIFCryptoMisc::GenRandom | ( | byte[] | buf, | |
int | len | |||
) | [inline] |
Definition at line 38 of file IPKIFCryptoMisc.java.
IPKIFHashContext com::orionsec::jpkif::IPKIFCryptoMisc::HashInit | ( | HASH_ALG | alg | ) | [inline] |
Definition at line 42 of file IPKIFCryptoMisc.java.
References com::orionsec::jpkif::HASH_ALG::swigValue.
void com::orionsec::jpkif::IPKIFCryptoMisc::HashUpdate | ( | IPKIFHashContext | hash, | |
byte[] | pData, | |||
int | nDataLen | |||
) | [inline] |
Definition at line 47 of file IPKIFCryptoMisc.java.
void com::orionsec::jpkif::IPKIFCryptoMisc::HashFinal | ( | IPKIFHashContext | hash, | |
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen | |||
) | [inline] |
Definition at line 51 of file IPKIFCryptoMisc.java.
References com::orionsec::jpkif::IPKIFHashContext::getCPtr().
boolean com::orionsec::jpkif::IPKIFCryptoMisc::swigCMemOwn [protected] |