Class EncryptionAlgorithm

java.lang.Object
com.azure.core.util.ExpandableStringEnum<EncryptionAlgorithm>
com.azure.resourcemanager.databoxedge.models.EncryptionAlgorithm

public final class EncryptionAlgorithm extends com.azure.core.util.ExpandableStringEnum<EncryptionAlgorithm>
The algorithm used to encrypt "Value".
  • Field Details

    • NONE

      public static final EncryptionAlgorithm NONE
      Static value None for EncryptionAlgorithm.
    • AES256

      public static final EncryptionAlgorithm AES256
      Static value AES256 for EncryptionAlgorithm.
    • RSAES_PKCS1_V_1_5

      public static final EncryptionAlgorithm RSAES_PKCS1_V_1_5
      Static value RSAES_PKCS1_v_1_5 for EncryptionAlgorithm.
  • Constructor Details

    • EncryptionAlgorithm

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

    • fromString

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

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