@Deprecated public abstract class CryptConst extends Object
CryptConst that holds constants for Crypto object.| Modifier and Type | Field and Description |
|---|---|
static int |
ITERATIONCOUNT
Deprecated.
use instead the same name variable of enum CompoundAlgorithm.
Note: will be remove on next minor release |
static String |
PBE_WITH
Deprecated.
Note: will be remove on next minor release |
static String |
PBE_WITH_MD5_AND_AES
Deprecated.
use instead the same name variable of enum CompoundAlgorithm.
Note: will be remove on next minor release |
static String |
PBE_WITH_MD5_AND_DES
Deprecated.
use instead the same name variable of enum CompoundAlgorithm.
Note: will be remove on next minor release |
static String |
PBE_WITH_SHA1_AND_128BIT_AES_CBC_BC
Deprecated.
use instead the same name variable of enum CompoundAlgorithm.
Note: will be remove on next minor release |
static String |
PBE_WITH_SHA1_AND_DES_EDE
Deprecated.
use instead the same name variable of enum CompoundAlgorithm.
Note: will be remove on next minor release |
static String |
PBKDF2_WITH_HMAC_SHA1
Deprecated.
use instead the same name variable of enum CompoundAlgorithm.
Note: will be remove on next minor release |
static String |
PRIVATE_KEY
Deprecated.
use instead the same name variable of enum CompoundAlgorithm.
Note: will be remove on next minor release |
static byte[] |
SALT
Deprecated.
use instead the same name variable of enum CompoundAlgorithm.
Note: will be remove on next minor release |
static String |
SHA256_WITH_RSA
Deprecated.
use instead the same name variable of enum CompoundAlgorithm.
Note: will be remove on next minor release |
static String |
SIMPLE_DECRYPTOR
Deprecated.
Constant for the initialization from SimpleDecryptor.
|
static String |
SIMPLE_ENCRYPTOR
Deprecated.
Constant for the initialization from SimpleEncryptor.
|
| Constructor and Description |
|---|
CryptConst()
Deprecated.
|
@Deprecated public static final int ITERATIONCOUNT
@Deprecated public static final String PBE_WITH
@Deprecated public static final String PBE_WITH_MD5_AND_AES
@Deprecated public static final String PBE_WITH_MD5_AND_DES
@Deprecated public static final String PBE_WITH_SHA1_AND_128BIT_AES_CBC_BC
@Deprecated public static final String PBE_WITH_SHA1_AND_DES_EDE
@Deprecated public static final String PBKDF2_WITH_HMAC_SHA1
@Deprecated public static final String PRIVATE_KEY
@Deprecated public static final byte[] SALT
@Deprecated public static final String SHA256_WITH_RSA
public static final String SIMPLE_DECRYPTOR
public static final String SIMPLE_ENCRYPTOR
Copyright © 2015–2019 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.