public abstract class CryptConst extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ENCODING
Constant for the encoding for the String.
|
static int |
ITERATIONCOUNT
Constant for the iteration count.
|
static String |
PBEWITH |
static String |
PBEWITH_MD5AND_AES
Constant for the algorithm to encrypt and decrypt.
|
static String |
PBEWITH_MD5AND_DES
Constant for the algorithm to encrypt and decrypt.
|
static String |
PBEWITH_SHA1_AND_128BIT_AES_CBC_BC
Constant for the algorithm to encrypt and decrypt.
|
static String |
PBEWITH_SHA1_AND_DES_EDE
Constant for the algorithm to encrypt and decrypt.
|
static String |
PBKDF2_WITH_HMAC_SHA1
Constant for the algorithm to encrypt and decrypt.
|
static String |
PRIVATE_KEY
Constant for the private key.
|
static byte[] |
SALT
Constant array for the contents of salt.
|
static String |
SIMPLE_DECRYPTOR
Constant for the initialization from SimpleDecryptor.
|
static String |
SIMPLE_ENCRYPTOR
Constant for the initialization from SimpleEncryptor.
|
| Constructor and Description |
|---|
CryptConst() |
public static final byte[] SALT
public static final int ITERATIONCOUNT
public static final String PRIVATE_KEY
public static final String PBEWITH
public static final String PBEWITH_MD5AND_DES
public static final String PBEWITH_MD5AND_AES
public static final String PBEWITH_SHA1_AND_DES_EDE
public static final String PBKDF2_WITH_HMAC_SHA1
public static final String PBEWITH_SHA1_AND_128BIT_AES_CBC_BC
public static final String ENCODING
public static final String SIMPLE_ENCRYPTOR
public static final String SIMPLE_DECRYPTOR
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.