|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jaulp.crypto.CryptConst
public abstract class CryptConst
Abstract constant class for Crypto object.
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 |
---|
public static final int ITERATIONCOUNT
public static final java.lang.String PRIVATE_KEY
public static final java.lang.String PBEWITH_MD5AND_DES
public static final java.lang.String ENCODING
public static final java.lang.String SIMPLE_ENCRYPTOR
public static final java.lang.String SIMPLE_DECRYPTOR
Constructor Detail |
---|
public CryptConst()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |