Class EncryptionAlgorithm

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

public final class EncryptionAlgorithm extends com.azure.core.util.ExpandableStringEnum<EncryptionAlgorithm>
The encryption algorithm.
  • Field Details

    • NOT_SPECIFIED

      public static final EncryptionAlgorithm NOT_SPECIFIED
      Static value NotSpecified for EncryptionAlgorithm.
    • NONE

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

      public static final EncryptionAlgorithm DES3
      Static value DES3 for EncryptionAlgorithm.
    • RC2

      public static final EncryptionAlgorithm RC2
      Static value RC2 for EncryptionAlgorithm.
    • AES128

      public static final EncryptionAlgorithm AES128
      Static value AES128 for EncryptionAlgorithm.
    • AES192

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

      public static final EncryptionAlgorithm AES256
      Static value AES256 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.