Class ClearkeyKeySystemConfiguration
-
- All Implemented Interfaces:
public class ClearkeyKeySystemConfiguration extends KeySystemConfiguration
The configuration of the ClearKey key system.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classClearkeyKeySystemConfiguration.ClearkeyDecryptionKeyThe ClearKey description key.
public classClearkeyKeySystemConfiguration.BuilderThe builder for the ClearKey key system configuration.
-
Field Summary
Fields Modifier and Type Field Description public final Array<ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey>keyspublic final StringlicenseAcquisitionURLpublic final Map<String, String>headerspublic final Map<String, String>queryParameterspublic final LicenseTypelicenseTypepublic final Array<byte>certificate
-
Method Summary
Modifier and Type Method Description Array<ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey>getKeys()List of decryption keys. booleanequals(Object o)inthashCode()-
Methods inherited from class com.theoplayer.android.api.source.drm.KeySystemConfiguration
getCertificate, getHeaders, getLicenseAcquisitionURL, getLicenseType, getQueryParameters, isUseCredentials -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getKeys
@Nullable() Array<ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey> getKeys()
List of decryption keys. (Nullable)
- Returns:
The ClearkeyDecryptionKeys.
-
hashCode
int hashCode()
-
-
-
-