SafeJDBC v2.00

com.safejdbc.api
Class Provider

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

public final class Provider
extends Object

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


Field Summary
static String PROVIDER_CRYPTIX
          The Cryptix Provider (2005/03/28 Version)
static String PROVIDER_CRYPTIX_OLD
           
static String PROVIDER_INGRIAN
          The Ingrian Provider (1.0.1-03)
This is a special Provider using dedicated encryption machines.
static String PROVIDER_SUNJCE
          The Sun JCE for Java 1.4 or 5.0 Provider
 
Constructor Summary
protected Provider()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROVIDER_SUNJCE

public static final String PROVIDER_SUNJCE
The Sun JCE for Java 1.4 or 5.0 Provider

See Also:
Constant Field Values

PROVIDER_CRYPTIX

public static final String PROVIDER_CRYPTIX
The Cryptix Provider (2005/03/28 Version)

See Also:
Constant Field Values

PROVIDER_CRYPTIX_OLD

public static final String PROVIDER_CRYPTIX_OLD
See Also:
Constant Field Values

PROVIDER_INGRIAN

public static final String PROVIDER_INGRIAN
The Ingrian Provider (1.0.1-03)
This is a special Provider using dedicated encryption machines.
Please see http://www.ingrian.com for more informations.

See Also:
Constant Field Values
Constructor Detail

Provider

protected Provider()

SafeJDBC v2.00

Copyright © SafeLogic 2011