SafeJDBC v2.00

com.safejdbc.api
Class Algo

java.lang.Object
  extended by com.safejdbc.api.Algo

public final class Algo
extends Object

This class contains the main constant names the for cryptography algorithms used in SafeJDBC:


Field Summary
static String BLOWFISH
          The Blowfish algorithm generic name
static String BLOWFISH_CBC
          The Blowfish algorithm with CBC and no padding
static String BLOWFISH_CBC_PKCS5
          The Blowfish algorithm with CBC and PKCS#5 padding
static String BLOWFISH_CFB
          The Blowfish algorithm with CFB and no padding
static String CAST_128
          The CAST-128 algorithm generic name
static String CAST_128_CBC
          The CAST algorithm with CBC and no padding
static String CAST_128_CBC_PKCS5
          The CAST algorithm with CBC and PKCS#5 padding
static String CAST_128_CFB
          The CAST algorithm with CFB and no padding
static String CAST_128_ECB
          The CAST algorithm with ECB and no padding
static String CAST_5
          The CAST-5 algorithm generic name
static String DES_EDE
          The DES-EDE generic algorihtm name
static String DSA
          The DSA algorithm generic name
static String IDEA
          The IDEA algorithm generic name
static String IDEA_CBC
          The IDEA algorithm with CBC and no padding
static String IDEA_CBC_PKCS5
          The IDEA algorithm with CBC and PKCS#5 padding
static String IDEA_CFB
          The IDEA algorithm with CFB and no padding
static String INGRIAN_DES_EDE_CBC
          The INGRIAN provider DES_EDE with CBC and no padding
static String MD2_RSA
          The RSA algorithm for signature with MD2 and PKCS#1
static String MD5
          The MD5 algorithm
static String MD5_RSA
          The RSA algorithm for signature with MD5 and PKCS#1
static String RSA
          The RSA algorithm generic name
static String RSA_ECB_PKCS7
          The RSA algorithm for encryption in ECB and PKCS#7
static String SHA_1
          The SHA1 algorithm
static String SHA_1_RSA
          The RSA algorithm for signature with SHA1 and PKCS#1
static String SHA_DSA
          The DSA algorithm with SHA
 
Constructor Summary
protected Algo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MD5

public static final String MD5
The MD5 algorithm

See Also:
Constant Field Values

SHA_1

public static final String SHA_1
The SHA1 algorithm

See Also:
Constant Field Values

DSA

public static final String DSA
The DSA algorithm generic name

See Also:
Constant Field Values

SHA_DSA

public static final String SHA_DSA
The DSA algorithm with SHA

See Also:
Constant Field Values

RSA

public static final String RSA
The RSA algorithm generic name

See Also:
Constant Field Values

MD2_RSA

public static final String MD2_RSA
The RSA algorithm for signature with MD2 and PKCS#1

See Also:
Constant Field Values

MD5_RSA

public static final String MD5_RSA
The RSA algorithm for signature with MD5 and PKCS#1

See Also:
Constant Field Values

SHA_1_RSA

public static final String SHA_1_RSA
The RSA algorithm for signature with SHA1 and PKCS#1

See Also:
Constant Field Values

RSA_ECB_PKCS7

public static final String RSA_ECB_PKCS7
The RSA algorithm for encryption in ECB and PKCS#7

See Also:
Constant Field Values

BLOWFISH

public static final String BLOWFISH
The Blowfish algorithm generic name

See Also:
Constant Field Values

BLOWFISH_CBC

public static final String BLOWFISH_CBC
The Blowfish algorithm with CBC and no padding

See Also:
Constant Field Values

BLOWFISH_CBC_PKCS5

public static final String BLOWFISH_CBC_PKCS5
The Blowfish algorithm with CBC and PKCS#5 padding

See Also:
Constant Field Values

BLOWFISH_CFB

public static final String BLOWFISH_CFB
The Blowfish algorithm with CFB and no padding

See Also:
Constant Field Values

CAST_5

public static final String CAST_5
The CAST-5 algorithm generic name

See Also:
Constant Field Values

CAST_128

public static final String CAST_128
The CAST-128 algorithm generic name

See Also:
Constant Field Values

CAST_128_ECB

public static final String CAST_128_ECB
The CAST algorithm with ECB and no padding

See Also:
Constant Field Values

CAST_128_CBC

public static final String CAST_128_CBC
The CAST algorithm with CBC and no padding

See Also:
Constant Field Values

CAST_128_CBC_PKCS5

public static final String CAST_128_CBC_PKCS5
The CAST algorithm with CBC and PKCS#5 padding

See Also:
Constant Field Values

CAST_128_CFB

public static final String CAST_128_CFB
The CAST algorithm with CFB and no padding

See Also:
Constant Field Values

DES_EDE

public static final String DES_EDE
The DES-EDE generic algorihtm name

See Also:
Constant Field Values

INGRIAN_DES_EDE_CBC

public static final String INGRIAN_DES_EDE_CBC
The INGRIAN provider DES_EDE with CBC and no padding

See Also:
Constant Field Values

IDEA

public static final String IDEA
The IDEA algorithm generic name

See Also:
Constant Field Values

IDEA_CBC

public static final String IDEA_CBC
The IDEA algorithm with CBC and no padding

See Also:
Constant Field Values

IDEA_CBC_PKCS5

public static final String IDEA_CBC_PKCS5
The IDEA algorithm with CBC and PKCS#5 padding

See Also:
Constant Field Values

IDEA_CFB

public static final String IDEA_CFB
The IDEA algorithm with CFB and no padding

See Also:
Constant Field Values
Constructor Detail

Algo

protected Algo()

SafeJDBC v2.00

Copyright © SafeLogic 2011