public abstract class CryptConst extends Object
CryptConst that holds constants for Crypto object.| Modifier and Type | Field and Description |
|---|---|
static String |
AND
The Constant AND.
|
static String |
ENCODING
Constant for the encoding for the String.
|
static int |
ITERATIONCOUNT
Constant for the iteration count.
|
static String |
PBE
The Constant PBE.
|
static String |
PBE_WITH
The Constant PBE_WITH.
|
static String |
PBE_WITH_MD5_AND_AES
Constant for the algorithm 'PBEWithMD5AndAES' to encrypt and decrypt.
|
static String |
PBE_WITH_MD5_AND_DES
Constant for the algorithm 'PBEWithMD5AndDES' to encrypt and decrypt.
|
static String |
PBE_WITH_SHA1_AND_DES_EDE
Constant for the algorithm 'PBEWithSHA1AndDESede' to encrypt and decrypt.
|
static String |
PBEWITH_MD5AND_AES
Deprecated.
use instead
PBE_WITH_MD5_AND_DES |
static String |
PBEWITH_MD5AND_DES
Deprecated.
use instead
PBE_WITH_MD5_AND_DES |
static String |
PBEWITH_SHA1_AND_128BIT_AES_CBC_BC
Constant for the algorithm to encrypt and decrypt.
|
static String |
PBEWITH_SHA1_AND_DES_EDE
Deprecated.
use instead
PBE_WITH_SHA1_AND_DES_EDE |
static String |
PBKDF2
The Constant PBKDF2.
|
static String |
PBKDF2_WITH_HMAC_SHA1
Constant for the algorithm 'PBKDF2WithHmacSHA1' 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.
|
static String |
WITH
The Constant WITH.
|
| Constructor and Description |
|---|
CryptConst() |
public static final byte[] SALT
public static final int ITERATIONCOUNT
public static final String PRIVATE_KEY
public static final String PBKDF2
public static final String WITH
public static final String AND
public static final String PBE
public static final String PBE_WITH
public static final String PBE_WITH_MD5_AND_DES
@Deprecated public static final String PBEWITH_MD5AND_DES
PBE_WITH_MD5_AND_DESpublic static final String PBE_WITH_MD5_AND_AES
@Deprecated public static final String PBEWITH_MD5AND_AES
PBE_WITH_MD5_AND_DESpublic static final String PBE_WITH_SHA1_AND_DES_EDE
@Deprecated public static final String PBEWITH_SHA1_AND_DES_EDE
PBE_WITH_SHA1_AND_DES_EDEpublic 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–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.