Class ProviderConstants
- java.lang.Object
-
- com.fortanix.sdkms.jce.provider.constants.ProviderConstants
-
public class ProviderConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
AES_BLOCK_SIZE
static int[]
AES_KEYSIZES
static String
CBC
static String
CCM
static String
CFB
static String
CTR
static int
DES_BLOCK_SIZE
static int
DES_KEYSIZE
static int
DES3_KEYSIZE
static String
ECB
static String
EXPIRED_SESSION
static String
FF1
static String
FPE
static String
GCM
static int
GCM_IV_LEN
static String
INVALID_SESSION
static String
NOPADDING
static String
OAEPPADDING
static String
OFB
static String
PERSISTENT_KEYTYPE
static String
PKCS5PADDING
static String
PKCS8_KEY_FORMAT
static String
TRANSIENT_KEYTYPE
static List<Integer>
VALID_GROUPID_LENGTH
static String
X509_KEY_FORMAT
-
Constructor Summary
Constructors Constructor Description ProviderConstants()
-
-
-
Field Detail
-
NOPADDING
public static final String NOPADDING
- See Also:
- Constant Field Values
-
PKCS5PADDING
public static final String PKCS5PADDING
- See Also:
- Constant Field Values
-
OAEPPADDING
public static final String OAEPPADDING
- See Also:
- Constant Field Values
-
AES_KEYSIZES
public static final int[] AES_KEYSIZES
-
AES_BLOCK_SIZE
public static final int AES_BLOCK_SIZE
- See Also:
- Constant Field Values
-
DES_BLOCK_SIZE
public static final int DES_BLOCK_SIZE
- See Also:
- Constant Field Values
-
DES_KEYSIZE
public static final int DES_KEYSIZE
- See Also:
- Constant Field Values
-
DES3_KEYSIZE
public static final int DES3_KEYSIZE
- See Also:
- Constant Field Values
-
GCM_IV_LEN
public static int GCM_IV_LEN
-
ECB
public static final String ECB
- See Also:
- Constant Field Values
-
CBC
public static final String CBC
- See Also:
- Constant Field Values
-
CFB
public static final String CFB
- See Also:
- Constant Field Values
-
OFB
public static final String OFB
- See Also:
- Constant Field Values
-
CTR
public static final String CTR
- See Also:
- Constant Field Values
-
GCM
public static final String GCM
- See Also:
- Constant Field Values
-
CCM
public static final String CCM
- See Also:
- Constant Field Values
-
FPE
public static final String FPE
- See Also:
- Constant Field Values
-
FF1
public static final String FF1
- See Also:
- Constant Field Values
-
INVALID_SESSION
public static final String INVALID_SESSION
- See Also:
- Constant Field Values
-
EXPIRED_SESSION
public static final String EXPIRED_SESSION
- See Also:
- Constant Field Values
-
X509_KEY_FORMAT
public static final String X509_KEY_FORMAT
- See Also:
- Constant Field Values
-
PKCS8_KEY_FORMAT
public static final String PKCS8_KEY_FORMAT
- See Also:
- Constant Field Values
-
TRANSIENT_KEYTYPE
public static final String TRANSIENT_KEYTYPE
- See Also:
- Constant Field Values
-
PERSISTENT_KEYTYPE
public static final String PERSISTENT_KEYTYPE
- See Also:
- Constant Field Values
-
-