Uses of Class
com.azure.security.keyvault.keys.models.ReleaseKeyOptions
Packages that use ReleaseKeyOptions
Package
Description
Azure Key Vault is a cloud-based service
provided by Microsoft Azure that allows users to securely store and manage cryptographic keys used for encrypting
and decrypting data.
Package containing the data models for KeyClient.
-
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.