Class ClearkeyKeySystemConfiguration
-
- All Implemented Interfaces:
public final class ClearkeyKeySystemConfiguration extends KeySystemConfiguration
The configuration of the ClearKey key system.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classClearkeyKeySystemConfiguration.ClearkeyDecryptionKeyThe ClearKey description key.
public final classClearkeyKeySystemConfiguration.BuilderThe builder for the ClearKey key system configuration.
-
Field Summary
Fields Modifier and Type Field Description private final Array<ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey>keysprivate final StringlicenseAcquisitionURLprivate final Map<String, String>headersprivate final BooleanuseCredentialsprivate final Map<String, String>queryParametersprivate final LicenseTypelicenseTypeprivate final ByteArraycertificateprivate final BooleanforceSoftwareDecryptprivate final Map<String, Object>integrationParameters
-
Method Summary
Modifier and Type Method Description final Array<ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey>getKeys()List of decryption keys. Booleanequals(Object other)IntegerhashCode()-
Methods inherited from class com.theoplayer.android.api.source.drm.KeySystemConfiguration
copy, getCertificate, getForceSoftwareDecrypt, getHeaders, getIntegrationParameters, getLicenseAcquisitionURL, getLicenseType, getQueryParameters, getUseCredentials -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-