net.sourceforge.jaulp.crypto
Class CryptConst

java.lang.Object
  extended by net.sourceforge.jaulp.crypto.CryptConst

public abstract class CryptConst
extends java.lang.Object

Abstract constant class for Crypto object.

Version:
1.0
Author:
Asterios Raptis

Field Summary
static java.lang.String ENCODING
          Constant for the encoding for the String.
static int ITERATIONCOUNT
          Constant for the iteration count.
static java.lang.String PBEWITH_MD5AND_DES
          Constant for the algorithm to encrypt and decrypt.
static java.lang.String PRIVATE_KEY
          Constant for the private key.
static java.lang.String SIMPLE_DECRYPTOR
          Constant for the initialization from SimpleDecryptor.
static java.lang.String SIMPLE_ENCRYPTOR
          Constant for the initialization from SimpleEncryptor.
 
Constructor Summary
CryptConst()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ITERATIONCOUNT

public static final int ITERATIONCOUNT
Constant for the iteration count.

See Also:
Constant Field Values

PRIVATE_KEY

public static final java.lang.String PRIVATE_KEY
Constant for the private key.

See Also:
Constant Field Values

PBEWITH_MD5AND_DES

public static final java.lang.String PBEWITH_MD5AND_DES
Constant for the algorithm to encrypt and decrypt.

See Also:
Constant Field Values

ENCODING

public static final java.lang.String ENCODING
Constant for the encoding for the String.

See Also:
Constant Field Values

SIMPLE_ENCRYPTOR

public static final java.lang.String SIMPLE_ENCRYPTOR
Constant for the initialization from SimpleEncryptor.

See Also:
Constant Field Values

SIMPLE_DECRYPTOR

public static final java.lang.String SIMPLE_DECRYPTOR
Constant for the initialization from SimpleDecryptor.

See Also:
Constant Field Values
Constructor Detail

CryptConst

public CryptConst()


Copyright © 2010. All Rights Reserved.