Uses of Class
com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation
-
-
Uses of JsonWebKeyOperation in com.microsoft.azure.keyvault.webkey
Fields in com.microsoft.azure.keyvault.webkey declared as JsonWebKeyOperation Modifier and Type Field Description static JsonWebKeyOperation
JsonWebKeyOperation. DECRYPT
Static value decrypt for JsonWebKeyOperation.static JsonWebKeyOperation
JsonWebKeyOperation. ENCRYPT
Static value encrypt for JsonWebKeyOperation.static JsonWebKeyOperation
JsonWebKeyOperation. SIGN
Static value sign for JsonWebKeyOperation.static JsonWebKeyOperation
JsonWebKeyOperation. UNWRAP_KEY
Static value unwrapKey for JsonWebKeyOperation.static JsonWebKeyOperation
JsonWebKeyOperation. VERIFY
Static value verify for JsonWebKeyOperation.static JsonWebKeyOperation
JsonWebKeyOperation. WRAP_KEY
Static value wrapKey for JsonWebKeyOperation.Fields in com.microsoft.azure.keyvault.webkey with type parameters of type JsonWebKeyOperation Modifier and Type Field Description static List<JsonWebKeyOperation>
JsonWebKeyOperation. ALL_OPERATIONS
All the JWK operations.Methods in com.microsoft.azure.keyvault.webkey that return types with arguments of type JsonWebKeyOperation Modifier and Type Method Description List<JsonWebKeyOperation>
JsonWebKey. keyOps()
Get the keyOps value.Method parameters in com.microsoft.azure.keyvault.webkey with type arguments of type JsonWebKeyOperation Modifier and Type Method Description JsonWebKey
JsonWebKey. withKeyOps(List<JsonWebKeyOperation> keyOps)
Set the keyOps value.
-