Class FairPlayKeySystemConfiguration
-
- All Implemented Interfaces:
public final class FairPlayKeySystemConfiguration extends KeySystemConfiguration
The configuration of the FairPlay key system configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFairPlayKeySystemConfiguration.BuilderThe builder for the FairPlay key system configuration.
-
Field Summary
Fields Modifier and Type Field Description private final StringcertificateURLprivate final BooleanisUseCredentialsprivate 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 StringgetCertificateURL()The URL of the certificate. Booleanequals(Object other)IntegerhashCode()-
Methods inherited from class com.theoplayer.android.api.source.drm.KeySystemConfiguration
getCertificate, getForceSoftwareDecrypt, getHeaders, getIntegrationParameters, getLicenseAcquisitionURL, getLicenseType, getQueryParameters, getUseCredentials, isUseCredentials -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-