Definition at line 11 of file CPKIFAlgorithm.java.
Public Member Functions | |
CPKIFAlgorithm (long cPtr, boolean cMemoryOwn) | |
synchronized void | delete () |
CPKIFAlgorithm (String description, HASH_ALG alg, int digestsize) | |
CPKIFAlgorithm (String description, SYMKEY_ALG alg, SYMKEY_MODE mode, int keylen, int blocksize) | |
CPKIFAlgorithm (String description, ASYMKEY_ALG alg) | |
CPKIFAlgorithm (String description, ASYMKEY_ALG ka, HASH_ALG ha) | |
CPKIFAlgorithm () | |
String | Description () |
int | BlockSize () |
int | DigestSize () |
int | KeySize () |
boolean | NeedsIV () |
HASH_ALG | HashAlg () |
SYMKEY_ALG | SymkeyAlg () |
SYMKEY_MODE | SymkeyMode () |
ASYMKEY_ALG | AsymkeyAlg () |
CPKIFOIDPtr | OID () |
Static Public Member Functions | |
static long | getCPtr (CPKIFAlgorithm obj) |
static CPKIFAlgorithm | GetAlg (HASH_ALG alg) |
static CPKIFAlgorithm | GetAlg (SYMKEY_ALG alg, SYMKEY_MODE mode) |
static CPKIFAlgorithm | GetAlg (SYMKEY_ALG alg) |
static CPKIFAlgorithm | GetAlg (ASYMKEY_ALG alg) |
static CPKIFAlgorithm | GetAlg (CPKIFOIDPtr oid) |
static void | init () |
Protected Member Functions | |
void | finalize () |
Protected Attributes | |
boolean | swigCMemOwn |
com::orionsec::jpkif::CPKIFAlgorithm::CPKIFAlgorithm | ( | long | cPtr, | |
boolean | cMemoryOwn | |||
) | [inline] |
com::orionsec::jpkif::CPKIFAlgorithm::CPKIFAlgorithm | ( | String | description, | |
HASH_ALG | alg, | |||
int | digestsize | |||
) | [inline] |
Definition at line 38 of file CPKIFAlgorithm.java.
References com::orionsec::jpkif::HASH_ALG::swigValue.
com::orionsec::jpkif::CPKIFAlgorithm::CPKIFAlgorithm | ( | String | description, | |
SYMKEY_ALG | alg, | |||
SYMKEY_MODE | mode, | |||
int | keylen, | |||
int | blocksize | |||
) | [inline] |
Definition at line 42 of file CPKIFAlgorithm.java.
References com::orionsec::jpkif::SYMKEY_MODE::swigValue, and com::orionsec::jpkif::SYMKEY_ALG::swigValue.
com::orionsec::jpkif::CPKIFAlgorithm::CPKIFAlgorithm | ( | String | description, | |
ASYMKEY_ALG | alg | |||
) | [inline] |
Definition at line 46 of file CPKIFAlgorithm.java.
References com::orionsec::jpkif::ASYMKEY_ALG::swigValue.
com::orionsec::jpkif::CPKIFAlgorithm::CPKIFAlgorithm | ( | String | description, | |
ASYMKEY_ALG | ka, | |||
HASH_ALG | ha | |||
) | [inline] |
Definition at line 50 of file CPKIFAlgorithm.java.
References com::orionsec::jpkif::HASH_ALG::swigValue, and com::orionsec::jpkif::ASYMKEY_ALG::swigValue.
com::orionsec::jpkif::CPKIFAlgorithm::CPKIFAlgorithm | ( | void | ) | [inline] |
static long com::orionsec::jpkif::CPKIFAlgorithm::getCPtr | ( | CPKIFAlgorithm | obj | ) | [inline, static] |
void com::orionsec::jpkif::CPKIFAlgorithm::finalize | ( | ) | [inline, protected] |
Definition at line 24 of file CPKIFAlgorithm.java.
synchronized void com::orionsec::jpkif::CPKIFAlgorithm::delete | ( | ) | [inline] |
static CPKIFAlgorithm com::orionsec::jpkif::CPKIFAlgorithm::GetAlg | ( | HASH_ALG | alg | ) | [inline, static] |
Definition at line 58 of file CPKIFAlgorithm.java.
References CPKIFAlgorithm(), and com::orionsec::jpkif::HASH_ALG::swigValue.
static CPKIFAlgorithm com::orionsec::jpkif::CPKIFAlgorithm::GetAlg | ( | SYMKEY_ALG | alg, | |
SYMKEY_MODE | mode | |||
) | [inline, static] |
Definition at line 63 of file CPKIFAlgorithm.java.
References CPKIFAlgorithm(), com::orionsec::jpkif::SYMKEY_MODE::swigValue, and com::orionsec::jpkif::SYMKEY_ALG::swigValue.
static CPKIFAlgorithm com::orionsec::jpkif::CPKIFAlgorithm::GetAlg | ( | SYMKEY_ALG | alg | ) | [inline, static] |
Definition at line 68 of file CPKIFAlgorithm.java.
References CPKIFAlgorithm(), and com::orionsec::jpkif::SYMKEY_ALG::swigValue.
static CPKIFAlgorithm com::orionsec::jpkif::CPKIFAlgorithm::GetAlg | ( | ASYMKEY_ALG | alg | ) | [inline, static] |
Definition at line 73 of file CPKIFAlgorithm.java.
References CPKIFAlgorithm(), and com::orionsec::jpkif::ASYMKEY_ALG::swigValue.
static CPKIFAlgorithm com::orionsec::jpkif::CPKIFAlgorithm::GetAlg | ( | CPKIFOIDPtr | oid | ) | [inline, static] |
static void com::orionsec::jpkif::CPKIFAlgorithm::init | ( | void | ) | [inline, static] |
Definition at line 83 of file CPKIFAlgorithm.java.
String com::orionsec::jpkif::CPKIFAlgorithm::Description | ( | void | ) | [inline] |
Definition at line 87 of file CPKIFAlgorithm.java.
int com::orionsec::jpkif::CPKIFAlgorithm::BlockSize | ( | void | ) | [inline] |
Definition at line 91 of file CPKIFAlgorithm.java.
int com::orionsec::jpkif::CPKIFAlgorithm::DigestSize | ( | void | ) | [inline] |
Definition at line 95 of file CPKIFAlgorithm.java.
int com::orionsec::jpkif::CPKIFAlgorithm::KeySize | ( | void | ) | [inline] |
Definition at line 99 of file CPKIFAlgorithm.java.
boolean com::orionsec::jpkif::CPKIFAlgorithm::NeedsIV | ( | void | ) | [inline] |
Definition at line 103 of file CPKIFAlgorithm.java.
HASH_ALG com::orionsec::jpkif::CPKIFAlgorithm::HashAlg | ( | void | ) | [inline] |
Definition at line 107 of file CPKIFAlgorithm.java.
References com::orionsec::jpkif::HASH_ALG::swigToEnum().
SYMKEY_ALG com::orionsec::jpkif::CPKIFAlgorithm::SymkeyAlg | ( | void | ) | [inline] |
Definition at line 111 of file CPKIFAlgorithm.java.
References com::orionsec::jpkif::SYMKEY_ALG::swigToEnum().
SYMKEY_MODE com::orionsec::jpkif::CPKIFAlgorithm::SymkeyMode | ( | void | ) | [inline] |
Definition at line 115 of file CPKIFAlgorithm.java.
References com::orionsec::jpkif::SYMKEY_MODE::swigToEnum().
ASYMKEY_ALG com::orionsec::jpkif::CPKIFAlgorithm::AsymkeyAlg | ( | void | ) | [inline] |
Definition at line 119 of file CPKIFAlgorithm.java.
References com::orionsec::jpkif::ASYMKEY_ALG::swigToEnum().
CPKIFOIDPtr com::orionsec::jpkif::CPKIFAlgorithm::OID | ( | void | ) | [inline] |
Definition at line 123 of file CPKIFAlgorithm.java.
boolean com::orionsec::jpkif::CPKIFAlgorithm::swigCMemOwn [protected] |