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 intAES_BLOCK_SIZEstatic int[]AES_KEYSIZESstatic StringCBCstatic StringCCMstatic StringCFBstatic StringCTRstatic intDES_BLOCK_SIZEstatic intDES_KEYSIZEstatic intDES3_KEYSIZEstatic StringECBstatic StringEXPIRED_SESSIONstatic StringFF1static StringFPEstatic StringGCMstatic intGCM_IV_LENstatic StringINVALID_SESSIONstatic StringNOPADDINGstatic StringOAEPPADDINGstatic StringOFBstatic StringPERSISTENT_KEYTYPEstatic StringPKCS5PADDINGstatic StringPKCS8_KEY_FORMATstatic StringTRANSIENT_KEYTYPEstatic List<Integer>VALID_GROUPID_LENGTHstatic StringX509_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
-
-