Uses of Class
com.azure.security.keyvault.keys.cryptography.CryptographyServiceVersion
-
Packages that use CryptographyServiceVersion Package Description com.azure.security.keyvault.keys.cryptography Package containing classes for creatingCryptographyAsyncClientandCryptographyClientto perform cryptography operations. -
-
Uses of CryptographyServiceVersion in com.azure.security.keyvault.keys.cryptography
Methods in com.azure.security.keyvault.keys.cryptography that return CryptographyServiceVersion Modifier and Type Method Description static CryptographyServiceVersionCryptographyServiceVersion. getLatest()Gets the latest service version supported by this client librarystatic CryptographyServiceVersionCryptographyServiceVersion. valueOf(String name)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 CryptographyServiceVersion Modifier and Type Method Description CryptographyClientBuilderCryptographyClientBuilder. serviceVersion(CryptographyServiceVersion version)Sets theCryptographyServiceVersionthat is used when making API requests.KeyEncryptionKeyClientBuilderKeyEncryptionKeyClientBuilder. serviceVersion(CryptographyServiceVersion version)Sets theCryptographyServiceVersionthat is used when making API requests.
-