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
Subclasses with type arguments of type CryptographyServiceVersion in com.azure.security.keyvault.keys.cryptographyModifier and TypeClassDescriptionenumThe versions of Azure Key Vault Cryptography supported by this client library.Methods in com.azure.security.keyvault.keys.cryptography that return CryptographyServiceVersionModifier and TypeMethodDescriptionstatic CryptographyServiceVersionCryptographyServiceVersion.getLatest()Gets the latest service version supported by this client librarystatic CryptographyServiceVersionReturns 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 theCryptographyServiceVersionthat is used when making API requests.KeyEncryptionKeyClientBuilder.serviceVersion(CryptographyServiceVersion version) Sets theCryptographyServiceVersionthat is used when making API requests.