Uses of Class
com.azure.security.keyvault.keys.models.ReleaseKeyOptions
Packages that use ReleaseKeyOptions
Package
Description
Package containing the data models for Keys clients.
-
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.