Uses of Class
com.azure.resourcemanager.keyvault.models.JsonWebKeyOperation
Packages that use JsonWebKeyOperation
Package
Description
Package containing the inner data models for KeyVault.
Package containing the data models for KeyVault.
-
Uses of JsonWebKeyOperation in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return types with arguments of type JsonWebKeyOperationModifier and TypeMethodDescriptionKeyInner.keyOps()Get the keyOps property: The keyOps property.KeyProperties.keyOps()Get the keyOps property: The keyOps property.ManagedHsmKeyInner.keyOps()Get the keyOps property: The keyOps property.ManagedHsmKeyProperties.keyOps()Get the keyOps property: The keyOps property.Method parameters in com.azure.resourcemanager.keyvault.fluent.models with type arguments of type JsonWebKeyOperationModifier and TypeMethodDescriptionKeyProperties.withKeyOps(List<JsonWebKeyOperation> keyOps) Set the keyOps property: The keyOps property.ManagedHsmKeyProperties.withKeyOps(List<JsonWebKeyOperation> keyOps) Set the keyOps property: The keyOps property. -
Uses of JsonWebKeyOperation in com.azure.resourcemanager.keyvault.models
Subclasses with type arguments of type JsonWebKeyOperation in com.azure.resourcemanager.keyvault.modelsModifier and TypeClassDescriptionfinal classThe permitted JSON web key operations of the key.Fields in com.azure.resourcemanager.keyvault.models declared as JsonWebKeyOperationModifier and TypeFieldDescriptionstatic final JsonWebKeyOperationJsonWebKeyOperation.DECRYPTStatic value decrypt for JsonWebKeyOperation.static final JsonWebKeyOperationJsonWebKeyOperation.ENCRYPTStatic value encrypt for JsonWebKeyOperation.static final JsonWebKeyOperationJsonWebKeyOperation.IMPORTStatic value import for JsonWebKeyOperation.static final JsonWebKeyOperationJsonWebKeyOperation.RELEASEStatic value release for JsonWebKeyOperation.static final JsonWebKeyOperationJsonWebKeyOperation.SIGNStatic value sign for JsonWebKeyOperation.static final JsonWebKeyOperationJsonWebKeyOperation.UNWRAP_KEYStatic value unwrapKey for JsonWebKeyOperation.static final JsonWebKeyOperationJsonWebKeyOperation.VERIFYStatic value verify for JsonWebKeyOperation.static final JsonWebKeyOperationJsonWebKeyOperation.WRAP_KEYStatic value wrapKey for JsonWebKeyOperation.Methods in com.azure.resourcemanager.keyvault.models that return JsonWebKeyOperationModifier and TypeMethodDescriptionstatic JsonWebKeyOperationJsonWebKeyOperation.fromString(String name) Creates or finds a JsonWebKeyOperation from its string representation.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type JsonWebKeyOperationModifier and TypeMethodDescriptionstatic Collection<JsonWebKeyOperation> JsonWebKeyOperation.values()Gets known JsonWebKeyOperation values.