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