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 JsonWebKeyEncryptionAlgorithmJsonWebKeyEncryptionAlgorithm. RSA_OAEPStatic value RSA-OAEP for JsonWebKeyEncryptionAlgorithm.static JsonWebKeyEncryptionAlgorithmJsonWebKeyEncryptionAlgorithm. RSA_OAEP_256Static value RSA-OAEP-256 for JsonWebKeyEncryptionAlgorithm.static JsonWebKeyEncryptionAlgorithmJsonWebKeyEncryptionAlgorithm. RSA1_5Static 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_ALGORITHMSAll the JWK encryption algorithms.
-