Constant Field Values
Contents
com.microsoft.*
-
com.microsoft.azure.keyvault.cryptography.EcKey Modifier and Type Constant Field Value public static final String
P256
"secp256r1"
public static final String
P256K
"secp256k1"
public static final String
P384
"secp384r1"
public static final String
P521
"secp521r1"
-
com.microsoft.azure.keyvault.cryptography.RsaKey Modifier and Type Constant Field Value public static final int
KeySize1024
1024
public static final int
KeySize2048
2048
public static final int
KeySize4096
4096
-
com.microsoft.azure.keyvault.cryptography.SymmetricKey Modifier and Type Constant Field Value public static final int
DefaultKeySize
32
public static final int
KeySize128
16
public static final int
KeySize192
24
public static final int
KeySize256
32
public static final int
KeySize384
48
public static final int
KeySize512
64
-
com.microsoft.azure.keyvault.cryptography.algorithms.Aes128Cbc Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"A128CBC"
-
com.microsoft.azure.keyvault.cryptography.algorithms.Aes128CbcHmacSha256 Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"A128CBC-HS256"
-
com.microsoft.azure.keyvault.cryptography.algorithms.Aes192Cbc Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"A192CBC"
-
com.microsoft.azure.keyvault.cryptography.algorithms.Aes192CbcHmacSha384 Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"A192CBC-HS384"
-
com.microsoft.azure.keyvault.cryptography.algorithms.Aes256Cbc Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"A256CBC"
-
com.microsoft.azure.keyvault.cryptography.algorithms.Aes256CbcHmacSha512 Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"A256CBC-HS512"
-
com.microsoft.azure.keyvault.cryptography.algorithms.AesKw128 Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"A128KW"
-
com.microsoft.azure.keyvault.cryptography.algorithms.AesKw192 Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"A192KW"
-
com.microsoft.azure.keyvault.cryptography.algorithms.AesKw256 Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"A256KW"
-
com.microsoft.azure.keyvault.cryptography.algorithms.Es256 Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"ES256"
-
com.microsoft.azure.keyvault.cryptography.algorithms.Es256k Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"ES256K"
-
com.microsoft.azure.keyvault.cryptography.algorithms.Es384 Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"ES384"
-
com.microsoft.azure.keyvault.cryptography.algorithms.Es512 Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"ES512"
-
com.microsoft.azure.keyvault.cryptography.algorithms.Rs256 Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"RS256"
-
com.microsoft.azure.keyvault.cryptography.algorithms.Rsa15 Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"RSA1_5"
-
com.microsoft.azure.keyvault.cryptography.algorithms.RsaOaep Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"RSA-OAEP"