Class KeyOSKeySystemConfiguration
-
- All Implemented Interfaces:
public final class KeyOSKeySystemConfiguration extends KeySystemConfiguration
The key system configuration of KeyOS.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classKeyOSKeySystemConfiguration.BuilderThe builder for the KeyOS key system configuration.
-
Field Summary
Fields Modifier and Type Field Description private final Stringcustomdataprivate 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 StringgetCustomdata()The custom data for the license acquisition request. 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
-
-
Method Detail
-
getCustomdata
final String getCustomdata()
The custom data for the license acquisition request. (Nullable)
The customdata attribute is required if it is not specified in the KeyOSDRMConfiguration.
-
-
-
-