Constant Field Values

Contents

com.microsoft.*

  • 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"