| Package | Description |
|---|---|
| com.entrust.toolkit.x509.policies |
Contains classes used to check security policies issued by an Entrust PKI — password rules and client
settings, for example.
|
| Modifier and Type | Field and Description |
|---|---|
static EntrustSymmEncConfig |
EntrustSymmEncConfig.AES_CBC_128
Identifies the "AES-CBC-128" encryption algorithm configuration.
|
static EntrustSymmEncConfig |
EntrustSymmEncConfig.AES_CBC_192
Identifies the "AES-CBC-192" encryption algorithm configuration.
|
static EntrustSymmEncConfig |
EntrustSymmEncConfig.AES_CBC_256
Identifies the "AES-CBC-256" encryption algorithm configuration.
|
static EntrustSymmEncConfig |
EntrustSymmEncConfig.AES_GCM_128
Identifies the "AES-GCM-128" encryption algorithm configuration.
|
static EntrustSymmEncConfig |
EntrustSymmEncConfig.AES_GCM_192
Identifies the "AES-GCM-192" encryption algorithm configuration.
|
static EntrustSymmEncConfig |
EntrustSymmEncConfig.AES_GCM_256
Identifies the "AES-GCM-256" encryption algorithm configuration.
|
static EntrustSymmEncConfig |
EntrustSymmEncConfig.CAST5_CBC_128
Identifies the "CAST5-CBC-128" encryption algorithm configuration.
|
static EntrustSymmEncConfig |
EntrustSymmEncConfig.CAST5_CBC_80
Identifies the "CAST5-CBC-80" encryption algorithm configuration.
|
static EntrustSymmEncConfig |
EntrustSymmEncConfig.DES_CBC_64
Identifies the "DES-CBC" encryption algorithm configuration.
|
static EntrustSymmEncConfig |
EntrustSymmEncConfig.TRIPLEDES_CBC_192
Identifies the "TRIPLEDES-CBC-192" encryption algorithm configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static EntrustSymmEncConfig |
EntrustSymmEncConfig.getInstance(AlgorithmID symmEncAlgorithmId,
int keyLengthBits)
Determines the symmetric encryption algorithm configuration by examining
the algorithm object identifier and length of the key being used in a
symmetric encryption/decryption operation.
|
static EntrustSymmEncConfig |
EntrustSymmEncConfig.getInstance(java.lang.String name)
Parses a symmetric encryption algorithm configuration from string name
representation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EntrustSymmEncConfig> |
ClientSettings.getProtocolSymmetricEncAlgs()
Returns a list of symmetric encryption algorithms that are permitted for
use in the PKIX-CMP protocol.
|