Package com.kaltura.client.services
Class PlayReadyDrmService
- java.lang.Object
-
- com.kaltura.client.services.PlayReadyDrmService
-
public class PlayReadyDrmService extends Object
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlayReadyDrmService.GenerateKeyPlayReadyDrmBuilderstatic classPlayReadyDrmService.GetContentKeysPlayReadyDrmBuilderstatic classPlayReadyDrmService.GetEntryContentKeyPlayReadyDrmBuilderstatic classPlayReadyDrmService.GetLicenseDetailsPlayReadyDrmBuilder
-
Constructor Summary
Constructors Constructor Description PlayReadyDrmService()
-
Method Summary
-
-
-
Method Detail
-
generateKey
public static PlayReadyDrmService.GenerateKeyPlayReadyDrmBuilder generateKey()
Generate key id and content key for PlayReady encryption
-
getContentKeys
public static PlayReadyDrmService.GetContentKeysPlayReadyDrmBuilder getContentKeys(String keyIds)
Get content keys for input key ids- Parameters:
keyIds- - comma separated key id's
-
getEntryContentKey
public static PlayReadyDrmService.GetEntryContentKeyPlayReadyDrmBuilder getEntryContentKey(String entryId)
-
getEntryContentKey
public static PlayReadyDrmService.GetEntryContentKeyPlayReadyDrmBuilder getEntryContentKey(String entryId, boolean createIfMissing)
Get content key and key id for the given entry- Parameters:
entryId-createIfMissing-
-
getLicenseDetails
public static PlayReadyDrmService.GetLicenseDetailsPlayReadyDrmBuilder getLicenseDetails(String keyId, String deviceId, int deviceType)
-
getLicenseDetails
public static PlayReadyDrmService.GetLicenseDetailsPlayReadyDrmBuilder getLicenseDetails(String keyId, String deviceId, int deviceType, String entryId)
-
getLicenseDetails
public static PlayReadyDrmService.GetLicenseDetailsPlayReadyDrmBuilder getLicenseDetails(String keyId, String deviceId, int deviceType, String entryId, String referrer)
Get Play Ready policy and dates for license creation- Parameters:
keyId-deviceId-deviceType-entryId-referrer- 64base encoded
-
-