Class FairPlayKeySystemConfiguration
-
- All Implemented Interfaces:
public class FairPlayKeySystemConfiguration extends KeySystemConfiguration
The configuration of the FairPlay key system configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
FairPlayKeySystemConfiguration.Builder
The builder for the FairPlay key system configuration.
-
Field Summary
Fields Modifier and Type Field Description public final String
certificateURL
public final String
licenseAcquisitionURL
public final Map<String, String>
headers
public final Map<String, String>
queryParameters
public final LicenseType
licenseType
public final Array<byte>
certificate
-
Method Summary
Modifier and Type Method Description String
getCertificateURL()
The URL of the certificate. boolean
equals(Object o)
int
hashCode()
-
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
-
-