Uses of Class
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm
-
-
Uses of JsonWebKeyEncryptionAlgorithm in com.microsoft.azure.keyvault.webkey
Fields in com.microsoft.azure.keyvault.webkey declared as JsonWebKeyEncryptionAlgorithm Modifier and Type Field Description static JsonWebKeyEncryptionAlgorithm
JsonWebKeyEncryptionAlgorithm. RSA_OAEP
Static value RSA-OAEP for JsonWebKeyEncryptionAlgorithm.static JsonWebKeyEncryptionAlgorithm
JsonWebKeyEncryptionAlgorithm. RSA_OAEP_256
Static value RSA-OAEP-256 for JsonWebKeyEncryptionAlgorithm.static JsonWebKeyEncryptionAlgorithm
JsonWebKeyEncryptionAlgorithm. RSA1_5
Static value RSA1_5 for JsonWebKeyEncryptionAlgorithm.Fields in com.microsoft.azure.keyvault.webkey with type parameters of type JsonWebKeyEncryptionAlgorithm Modifier and Type Field Description static List<JsonWebKeyEncryptionAlgorithm>
JsonWebKeyEncryptionAlgorithm. ALL_ALGORITHMS
All the JWK encryption algorithms.
-