Class KeyOSKeySystemConfiguration
-
- All Implemented Interfaces:
public class KeyOSKeySystemConfiguration extends KeySystemConfiguration
The key system configuration of KeyOS.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
KeyOSKeySystemConfiguration.Builder
The builder for the KeyOS key system configuration.
-
Field Summary
Fields Modifier and Type Field Description public final String
customdata
public final String
licenseAcquisitionURL
public final Map<String, String>
headers
public final Map<String, String>
queryParameters
public final LicenseType
licenseType
-
Method Summary
Modifier and Type Method Description String
getCustomdata()
The custom data for the license acquisition request. -
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
-
getCustomdata
@Nullable() String getCustomdata()
The custom data for the license acquisition request.
- The customdata attribute is required if it is not specified in the KeyOSDRMConfiguration.
- Returns:
The custom data for the license acquisition request. (Nullable)
-
-
-
-