Uses of Class
com.azure.resourcemanager.mediaservices.models.ContentKeyPolicyFairPlayConfiguration
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of ContentKeyPolicyFairPlayConfiguration in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionContentKeyPolicyFairPlayConfiguration.withAsk
(byte[] ask) Set the ask property: The key that must be used as FairPlay Application Secret key.ContentKeyPolicyFairPlayConfiguration.withFairPlayPfx
(String fairPlayPfx) Set the fairPlayPfx property: The Base64 representation of FairPlay certificate in PKCS 12 (pfx) format (including private key).ContentKeyPolicyFairPlayConfiguration.withFairPlayPfxPassword
(String fairPlayPfxPassword) Set the fairPlayPfxPassword property: The password encrypting FairPlay certificate in PKCS 12 (pfx) format.ContentKeyPolicyFairPlayConfiguration.withOfflineRentalConfiguration
(ContentKeyPolicyFairPlayOfflineRentalConfiguration offlineRentalConfiguration) Set the offlineRentalConfiguration property: Offline rental policy.ContentKeyPolicyFairPlayConfiguration.withRentalAndLeaseKeyType
(ContentKeyPolicyFairPlayRentalAndLeaseKeyType rentalAndLeaseKeyType) Set the rentalAndLeaseKeyType property: The rental and lease key type.ContentKeyPolicyFairPlayConfiguration.withRentalDuration
(long rentalDuration) Set the rentalDuration property: The rental duration.