CryptographyServiceVersion Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.security.keyvault.keys.cryptography.CryptographyServiceVersion

public enum CryptographyServiceVersion
extends Enum<CryptographyServiceVersion>
implements ServiceVersion

The versions of Azure Key Vault Cryptography supported by this client library.

Implements

Fields

V7_0

Service version 7.0.

V7_1

Service version 7.1.

V7_2

Service version 7.2.

V7_3

Service version 7.3.

V7_4

Service version 7.4-preview.1.

V7_5

Service version 7.5.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

getLatest()

public static CryptographyServiceVersion getLatest()

Gets the latest service version supported by this client library

Returns

getVersion()

public String getVersion()

Returns

valueOf(String name)

public static CryptographyServiceVersion valueOf(String name)

Parameters

name
String

Returns

values()

public static CryptographyServiceVersion[] values()

Returns

Applies to