Uses of Class
com.azure.security.keyvault.keys.models.ReleaseKeyOptions
Packages that use ReleaseKeyOptions
Package
Description
Package containing classes for creating
KeyAsyncClient and
KeyClient to perform operations on Azure Key Vault.Package containing classes used for representing keys, deleted keys and their attributes in
Azure Key Vault.
-
Uses of ReleaseKeyOptions in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys with parameters of type ReleaseKeyOptionsModifier and TypeMethodDescriptionMono<com.azure.core.http.rest.Response<ReleaseKeyResult>>KeyAsyncClient.releaseKeyWithResponse(String name, String version, String targetAttestationToken, ReleaseKeyOptions releaseKeyOptions) Releases a key.com.azure.core.http.rest.Response<ReleaseKeyResult>KeyClient.releaseKeyWithResponse(String name, String version, String targetAttestationToken, ReleaseKeyOptions releaseKeyOptions, com.azure.core.util.Context context) Releases akey. -
Uses of ReleaseKeyOptions in com.azure.security.keyvault.keys.models
Methods in com.azure.security.keyvault.keys.models that return ReleaseKeyOptionsModifier and TypeMethodDescriptionReleaseKeyOptions.setAlgorithm(KeyExportEncryptionAlgorithm algorithm) Set the encryption algorithm to use to protected the exported key material.Set a client provided nonce for freshness.