Uses of Class
com.azure.resourcemanager.mediaservices.models.EnvelopeEncryption
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of EnvelopeEncryption in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionStreamingPolicyInner.envelopeEncryption()
Get the envelopeEncryption property: Configuration of EnvelopeEncryption.StreamingPolicyProperties.envelopeEncryption()
Get the envelopeEncryption property: Configuration of EnvelopeEncryption.Modifier and TypeMethodDescriptionStreamingPolicyInner.withEnvelopeEncryption
(EnvelopeEncryption envelopeEncryption) Set the envelopeEncryption property: Configuration of EnvelopeEncryption.StreamingPolicyProperties.withEnvelopeEncryption
(EnvelopeEncryption envelopeEncryption) Set the envelopeEncryption property: Configuration of EnvelopeEncryption. -
Uses of EnvelopeEncryption in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionStreamingPolicy.envelopeEncryption()
Gets the envelopeEncryption property: Configuration of EnvelopeEncryption.EnvelopeEncryption.withClearTracks
(List<TrackSelection> clearTracks) Set the clearTracks property: Representing which tracks should not be encrypted.EnvelopeEncryption.withContentKeys
(StreamingPolicyContentKeys contentKeys) Set the contentKeys property: Representing default content key for each encryption scheme and separate content keys for specific tracks.EnvelopeEncryption.withCustomKeyAcquisitionUrlTemplate
(String customKeyAcquisitionUrlTemplate) Set the customKeyAcquisitionUrlTemplate property: Template for the URL of the custom service delivering keys to end user players.EnvelopeEncryption.withEnabledProtocols
(EnabledProtocols enabledProtocols) Set the enabledProtocols property: Representing supported protocols.Modifier and TypeMethodDescriptionStreamingPolicy.DefinitionStages.WithEnvelopeEncryption.withEnvelopeEncryption
(EnvelopeEncryption envelopeEncryption) Specifies the envelopeEncryption property: Configuration of EnvelopeEncryption.