Uses of Enum
com.azure.security.keyvault.keys.cryptography.CryptographyServiceVersion
Packages that use CryptographyServiceVersion
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.
-
Uses of CryptographyServiceVersion in com.azure.security.keyvault.keys.cryptography
Methods in com.azure.security.keyvault.keys.cryptography that return CryptographyServiceVersionModifier and TypeMethodDescriptionstatic CryptographyServiceVersion
CryptographyServiceVersion.getLatest()
Gets the latest service version supported by this client librarystatic CryptographyServiceVersion
Returns the enum constant of this type with the specified name.static CryptographyServiceVersion[]
CryptographyServiceVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.security.keyvault.keys.cryptography with parameters of type CryptographyServiceVersionModifier and TypeMethodDescriptionCryptographyClientBuilder.serviceVersion
(CryptographyServiceVersion version) Sets theCryptographyServiceVersion
that is used when making API requests.KeyEncryptionKeyClientBuilder.serviceVersion
(CryptographyServiceVersion version) Sets theCryptographyServiceVersion
that is used when making API requests.