JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Methods
Methods
Method
Description
com.google.video.widevine.sdk.wvpl.WvPLDeviceSecurityProfile.getLevel()
com.google.video.widevine.sdk.wvpl.WvPLEnvironment.getDefaultDeviceSecurityProfile(String)
use getCustomDeviceSecurityProfiles() instead after loading the custom DSPs in the Environment class.
com.google.video.widevine.sdk.wvpl.WvPLEnvironment.getDefaultDeviceSecurityProfileNames()
use getCustomDeviceSecurityProfileNames() instead after loading the custom DSPs in the Environment class.
com.google.video.widevine.sdk.wvpl.WvPLEnvironment.updateWithCertificates(byte[])
use
WvPLEnvironment.setDeviceCertificateStatusList(byte[])
com.google.video.widevine.sdk.wvpl.WvPLSession.getProvisionedDeviceInfo()
use getDeviceInfo instead (b/193921795)
com.google.video.widevine.sdk.wvpl.WvPLSession.getQualifiedDefaultDeviceSecurityProfiles()
use getQualifiedCustomDeviceSecurityProfiles() instead after loading the custom DSPs in the Environment class.
com.google.video.widevine.sdk.wvpl.WvPLSession.getVersionString()
use WvPLEnvironment.getSdkVersionString() instead
com.google.video.widevine.sdk.wvpl.WvPLSessionInit.setMasterSigningKey(String)
use setMasterSigningKey(byte[] masterSigningKeyBytes) instead