Class EncryptionScheme

java.lang.Object
com.azure.core.util.ExpandableStringEnum<EncryptionScheme>
com.azure.resourcemanager.mediaservices.models.EncryptionScheme

public final class EncryptionScheme extends com.azure.core.util.ExpandableStringEnum<EncryptionScheme>
Encryption scheme.
  • Field Details

    • NO_ENCRYPTION

      public static final EncryptionScheme NO_ENCRYPTION
      Static value NoEncryption for EncryptionScheme.
    • ENVELOPE_ENCRYPTION

      public static final EncryptionScheme ENVELOPE_ENCRYPTION
      Static value EnvelopeEncryption for EncryptionScheme.
    • COMMON_ENCRYPTION_CENC

      public static final EncryptionScheme COMMON_ENCRYPTION_CENC
      Static value CommonEncryptionCenc for EncryptionScheme.
    • COMMON_ENCRYPTION_CBCS

      public static final EncryptionScheme COMMON_ENCRYPTION_CBCS
      Static value CommonEncryptionCbcs for EncryptionScheme.
  • Constructor Details

    • EncryptionScheme

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

    • fromString

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

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