public class EntrustProfileProtectionAlgorithms
extends java.lang.Object
StreamProfileWriter,
FilenameProfileWriter,
TokenWriter,
TokenInitializer| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AES_CBC_And_SHA256
The Entrust profile protection algorithm which consists of AES-CBC
MACing and encryption using symmetric keys derived from the user's
password, where the SHA256 algorithm is used during key derivation.
|
static java.lang.String |
AES_GCM_And_SHA256
The Entrust profile protection algorithm which consists of AES-GCM
MACing and encryption using symmetric keys derived from the user's
password, where the SHA256 algorithm is used during key derivation.
|
static java.lang.String |
CAST128_CBC_AND_SHA1
The Entrust profile protection algorithm which consists of CAST128-CBC
MACing and encryption using symmetric keys derived from the user's
password, where the SHA1 algorithm is used during key derivation.
|
static java.lang.String |
DES_CBC_AND_SHA1
The Entrust profile protection algorithm which consists of DES-CBC
MACing and encryption using symmetric keys derived from the user's
password, where the SHA1 algorithm is used during key derivation.
|
static java.lang.String |
DES_EDE3_CBC_AND_SHA1
The Entrust profile protection algorithm which consists of 3-key
DESede-CBC MACing and encryption using symmetric keys derived from the
user's password, where the SHA1 algorithm is used during key
derivation.
|
static java.lang.String |
IDEA_CBC_AND_SHA1
The Entrust profile protection algorithm which consists of IDEA-CBC
MACing and encryption using symmetric keys derived from the user's
password, where the SHA1 algorithm is used during key derivation.
|
public static final java.lang.String CAST128_CBC_AND_SHA1
public static final java.lang.String DES_CBC_AND_SHA1
public static final java.lang.String DES_EDE3_CBC_AND_SHA1
public static final java.lang.String IDEA_CBC_AND_SHA1
public static final java.lang.String AES_CBC_And_SHA256
public static final java.lang.String AES_GCM_And_SHA256