WvPL License SDK release: 16.5.0

This commit is contained in:
Buildbot
2021-11-04 23:18:08 +00:00
parent b5d6e495de
commit 4db51c1c61
249 changed files with 83584 additions and 329 deletions

View File

@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.11) on Mon Jun 28 10:11:00 PDT 2021 -->
<!-- Generated by javadoc (11.0.11) on Thu Nov 04 12:54:11 PDT 2021 -->
<title>Deprecated List</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2021-06-28">
<meta name="dc.created" content="2021-11-04">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
@@ -111,18 +111,22 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
</tr>
<tbody>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/google/video/widevine/sdk/wvpl/WvPLDeviceSecurityProfile.html#getLevel()">com.google.video.widevine.sdk.wvpl.WvPLDeviceSecurityProfile.getLevel()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/google/video/widevine/sdk/wvpl/WvPLEnvironment.html#updateWithCertificates(byte%5B%5D)">com.google.video.widevine.sdk.wvpl.WvPLEnvironment.updateWithCertificates&#8203;(byte[])</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="com/google/video/widevine/sdk/wvpl/WvPLEnvironment.html#setDeviceCertificateStatusList(byte%5B%5D)"><code>WvPLEnvironment.setDeviceCertificateStatusList(byte[])</code></a></div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/google/video/widevine/sdk/wvpl/WvPLSession.html#getProvisionedDeviceInfo()">com.google.video.widevine.sdk.wvpl.WvPLSession.getProvisionedDeviceInfo()</a></th>
<td class="colLast">
<div class="deprecationComment">use getDeviceInfo instead</div>
<div class="deprecationComment">use getDeviceInfo instead (b/193921795)</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="com/google/video/widevine/sdk/wvpl/WvPLSessionInit.html#setMasterSigningKey(java.lang.String)">com.google.video.widevine.sdk.wvpl.WvPLSessionInit.setMasterSigningKey&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">use setMasterSigningKey(byte[] masterSigningKeyBytes) instead</div>