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 utf-8 encoding.
|
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_128BIT_AES_CBC_BC
Constant for the algorithm 'PBEWITHSHA1AND128BITAES-CBC-BC' to encrypt and decrypt.
|
static String |
PBE_WITH_SHA1_AND_DES_EDE
Constant for the algorithm 'PBEWithSHA1AndDESede' to encrypt and decrypt.
|
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 |
SHA256_WITH_RSA
Constant for algorithm 'SHA256withRSA' to encrypt and decrypt.
|
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
public static final String PBE_WITH_MD5_AND_AES
public static final String PBE_WITH_SHA1_AND_DES_EDE
public static final String PBKDF2_WITH_HMAC_SHA1
public static final String PBE_WITH_SHA1_AND_128BIT_AES_CBC_BC
public static final String SHA256_WITH_RSA
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.