Class KeyExportEncryptionAlgorithm

java.lang.Object
com.azure.core.util.ExpandableStringEnum<KeyExportEncryptionAlgorithm>
com.azure.security.keyvault.keys.models.KeyExportEncryptionAlgorithm
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class KeyExportEncryptionAlgorithm extends com.azure.core.util.ExpandableStringEnum<KeyExportEncryptionAlgorithm>
The encryption algorithm to use to protected the exported key material.
  • Field Details

  • Constructor Details

    • KeyExportEncryptionAlgorithm

      @Deprecated public KeyExportEncryptionAlgorithm()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of KeyExportEncryptionAlgorithm value.
  • Method Details

    • fromString

      public static KeyExportEncryptionAlgorithm fromString(String name)
      Creates or finds a KeyExportEncryptionAlgorithm from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding KeyExportEncryptionAlgorithm.
    • values

      public static Collection<KeyExportEncryptionAlgorithm> values()
      Gets known KeyExportEncryptionAlgorithm values.
      Returns:
      known KeyExportEncryptionAlgorithm values.