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 classFairPlayKeySystemConfiguration.BuilderThe builder for the FairPlay key system configuration.
-
Field Summary
Fields Modifier and Type Field Description public final StringcertificateURLpublic final StringlicenseAcquisitionURLpublic final Map<String, String>headerspublic final Map<String, String>queryParameterspublic final LicenseTypelicenseType
-
Method Summary
Modifier and Type Method Description StringgetCertificateURL()The URL of the certificate. -
Methods inherited from class com.theoplayer.android.api.source.drm.KeySystemConfiguration
equals, getCertificate, getHeaders, getLicenseAcquisitionURL, getLicenseType, getQueryParameters, hashCode, isUseCredentials -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCertificateURL
@NonNull() String getCertificateURL()
The URL of the certificate. (NonNull)
-
-
-
-