com::orionsec::jpkif::CPKIFAlgorithm Class Reference

Collaboration diagram for com::orionsec::jpkif::CPKIFAlgorithm:

Collaboration graph
[legend]

List of all members.


Detailed Description

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

Constructor & Destructor Documentation

com::orionsec::jpkif::CPKIFAlgorithm::CPKIFAlgorithm ( long  cPtr,
boolean  cMemoryOwn 
) [inline]

Definition at line 15 of file CPKIFAlgorithm.java.

References swigCMemOwn.

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]

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]

com::orionsec::jpkif::CPKIFAlgorithm::CPKIFAlgorithm ( void   )  [inline]

Definition at line 54 of file CPKIFAlgorithm.java.

Referenced by GetAlg().


Member Function Documentation

static long com::orionsec::jpkif::CPKIFAlgorithm::getCPtr ( CPKIFAlgorithm  obj  )  [inline, static]

Definition at line 20 of file CPKIFAlgorithm.java.

References swigCPtr.

void com::orionsec::jpkif::CPKIFAlgorithm::finalize (  )  [inline, protected]

Definition at line 24 of file CPKIFAlgorithm.java.

synchronized void com::orionsec::jpkif::CPKIFAlgorithm::delete (  )  [inline]

Definition at line 28 of file CPKIFAlgorithm.java.

References swigCMemOwn.

static CPKIFAlgorithm com::orionsec::jpkif::CPKIFAlgorithm::GetAlg ( HASH_ALG  alg  )  [inline, static]

static CPKIFAlgorithm com::orionsec::jpkif::CPKIFAlgorithm::GetAlg ( SYMKEY_ALG  alg,
SYMKEY_MODE  mode 
) [inline, static]

static CPKIFAlgorithm com::orionsec::jpkif::CPKIFAlgorithm::GetAlg ( SYMKEY_ALG  alg  )  [inline, static]

static CPKIFAlgorithm com::orionsec::jpkif::CPKIFAlgorithm::GetAlg ( ASYMKEY_ALG  alg  )  [inline, static]

static CPKIFAlgorithm com::orionsec::jpkif::CPKIFAlgorithm::GetAlg ( CPKIFOIDPtr  oid  )  [inline, static]

Definition at line 78 of file CPKIFAlgorithm.java.

References CPKIFAlgorithm().

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]

SYMKEY_MODE com::orionsec::jpkif::CPKIFAlgorithm::SymkeyMode ( void   )  [inline]

ASYMKEY_ALG com::orionsec::jpkif::CPKIFAlgorithm::AsymkeyAlg ( void   )  [inline]

CPKIFOIDPtr com::orionsec::jpkif::CPKIFAlgorithm::OID ( void   )  [inline]

Definition at line 123 of file CPKIFAlgorithm.java.


Member Data Documentation

Definition at line 13 of file CPKIFAlgorithm.java.

Referenced by CPKIFAlgorithm(), and delete().


The documentation for this class was generated from the following file:

Generated on Mon Nov 15 11:21:49 2010 for PublicKeyInfrastructureFramework(PKIF) by  doxygen 1.5.6