Class StreamingLocatorContentKeyType

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

public final class StreamingLocatorContentKeyType extends com.azure.core.util.ExpandableStringEnum<StreamingLocatorContentKeyType>
Encryption type of Content Key.
  • Field Details

    • COMMON_ENCRYPTION_CENC

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

      public static final StreamingLocatorContentKeyType COMMON_ENCRYPTION_CBCS
      Static value CommonEncryptionCbcs for StreamingLocatorContentKeyType.
    • ENVELOPE_ENCRYPTION

      public static final StreamingLocatorContentKeyType ENVELOPE_ENCRYPTION
      Static value EnvelopeEncryption for StreamingLocatorContentKeyType.
  • Constructor Details

    • StreamingLocatorContentKeyType

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

    • fromString

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

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