JavaScript is disabled on your browser.
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.algorithms.Aes128Cbc
Modifier and Type
Constant Field
Value
public static final String
ALGORITHM_NAME
"A128CBC"
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.Aes256Cbc
Modifier and Type
Constant Field
Value
public static final String
ALGORITHM_NAME
"A256CBC"
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"
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. */