shaka-packager/docs/dd/d58/crypto__params_8h_source.html

114 lines
44 KiB
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
2018-02-10 23:37:42 +00:00
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Shaka Packager SDK: packager/media/public/crypto_params.h Source File</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../jquery.js"></script>
<script type="text/javascript" src="../../dynsections.js"></script>
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
2018-02-10 23:37:42 +00:00
<script type="text/javascript" src="../../search/searchdata.js"></script>
<script type="text/javascript" src="../../search/search.js"></script>
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
2018-02-10 23:37:42 +00:00
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Shaka Packager SDK
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
2018-02-10 23:37:42 +00:00
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "../../search",false,'Search');
</script>
2018-02-10 23:37:42 +00:00
<script type="text/javascript" src="../../menudata.js"></script>
<script type="text/javascript" src="../../menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('../../',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
2018-02-10 23:37:42 +00:00
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="../../dir_3f8eec2fc361645de4b1ec14c19fffc7.html">packager</a></li><li class="navelem"><a class="el" href="../../dir_f99dae54fe7170f791f339b952d5067a.html">media</a></li><li class="navelem"><a class="el" href="../../dir_588b87f799233a7c3afc1168633bb252.html">public</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">crypto_params.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">// Copyright 2017 Google Inc. All rights reserved.</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// Use of this source code is governed by a BSD-style</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// license that can be found in the LICENSE file or at</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">// https://developers.google.com/open-source/licenses/bsd</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#ifndef PACKAGER_MEDIA_PUBLIC_CRYPTO_PARAMS_H_</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#define PACKAGER_MEDIA_PUBLIC_CRYPTO_PARAMS_H_</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &lt;functional&gt;</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#include &lt;map&gt;</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="keyword">namespace </span><a class="code" href="../../d8/daf/namespaceshaka.html">shaka</a> {</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="../../d8/daf/namespaceshaka.html#a539b99ce5c34193e294bc544437e9185"> 18</a></span>&#160;<span class="keyword">enum class</span> <a class="code" href="../../d8/daf/namespaceshaka.html#a539b99ce5c34193e294bc544437e9185">KeyProvider</a> {</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; kNone = 0,</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; kWidevine = 1,</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; kPlayReady = 2,</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; kRawKey = 3,</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;};</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="../../df/d22/structshaka_1_1WidevineSigner.html"> 26</a></span>&#160;<span class="keyword">struct </span><a class="code" href="../../df/d22/structshaka_1_1WidevineSigner.html">WidevineSigner</a> {</div><div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="../../df/d22/structshaka_1_1WidevineSigner.html#a6768d5addb3c90f33ce5f241705c827e"> 28</a></span>&#160; std::string <a class="code" href="../../df/d22/structshaka_1_1WidevineSigner.html#a6768d5addb3c90f33ce5f241705c827e">signer_name</a>;</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; <span class="keyword">enum class</span> SigningKeyType {</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; kNone,</div><div class="line"><a name="l00032"></a><span clas
2018-08-16 00:35:22 +00:00
<div class="ttc" id="structshaka_1_1PlayReadyEncryptionParams_html_ac5298ee04e36296e8dd4b7a56e8bc464"><div class="ttname"><a href="../../df/d47/structshaka_1_1PlayReadyEncryptionParams.html#ac5298ee04e36296e8dd4b7a56e8bc464">shaka::PlayReadyEncryptionParams::key_server_url</a></div><div class="ttdeci">std::string key_server_url</div><div class="ttdoc">PlayReady license / key server URL. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00071">crypto_params.h:71</a></div></div>
<div class="ttc" id="structshaka_1_1PlayReadyEncryptionParams_html_a672dbcea4caa427b3fd83e1a2e329859"><div class="ttname"><a href="../../df/d47/structshaka_1_1PlayReadyEncryptionParams.html#a672dbcea4caa427b3fd83e1a2e329859">shaka::PlayReadyEncryptionParams::client_cert_private_key_password</a></div><div class="ttdeci">std::string client_cert_private_key_password</div><div class="ttdoc">Password to the private key file. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00082">crypto_params.h:82</a></div></div>
<div class="ttc" id="namespaceshaka_html_a539b99ce5c34193e294bc544437e9185"><div class="ttname"><a href="../../d8/daf/namespaceshaka.html#a539b99ce5c34193e294bc544437e9185">shaka::KeyProvider</a></div><div class="ttdeci">KeyProvider</div><div class="ttdoc">Encryption / decryption key providers. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00018">crypto_params.h:18</a></div></div>
<div class="ttc" id="structshaka_1_1WidevineDecryptionParams_html"><div class="ttname"><a href="../../d8/d48/structshaka_1_1WidevineDecryptionParams.html">shaka::WidevineDecryptionParams</a></div><div class="ttdoc">Widevine decryption parameters. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00178">crypto_params.h:178</a></div></div>
<div class="ttc" id="structshaka_1_1EncryptionParams_html_a7686a6aca6a7c3d077a5d7215c39fc51"><div class="ttname"><a href="../../dc/da0/structshaka_1_1EncryptionParams.html#a7686a6aca6a7c3d077a5d7215c39fc51">shaka::EncryptionParams::stream_label_func</a></div><div class="ttdeci">std::function&lt; std::string(const EncryptedStreamAttributes &amp;stream_attributes)&gt; stream_label_func</div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00174">crypto_params.h:174</a></div></div>
2018-05-23 23:12:00 +00:00
<div class="ttc" id="structshaka_1_1WidevineEncryptionParams_html_a233141ad4baf2f2afce30f96adf340ae"><div class="ttname"><a href="../../d9/dd2/structshaka_1_1WidevineEncryptionParams.html#a233141ad4baf2f2afce30f96adf340ae">shaka::WidevineEncryptionParams::signer</a></div><div class="ttdeci">WidevineSigner signer</div><div class="ttdoc">Signer credential for Widevine license / key server. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00059">crypto_params.h:59</a></div></div>
<div class="ttc" id="structshaka_1_1WidevineEncryptionParams_html_a6b9770524a9507d0a9a3606ceef23075"><div class="ttname"><a href="../../d9/dd2/structshaka_1_1WidevineEncryptionParams.html#a6b9770524a9507d0a9a3606ceef23075">shaka::WidevineEncryptionParams::content_id</a></div><div class="ttdeci">std::vector&lt; uint8_t &gt; content_id</div><div class="ttdoc">Content identifier. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00055">crypto_params.h:55</a></div></div>
2018-08-16 00:35:22 +00:00
<div class="ttc" id="structshaka_1_1PlayReadyEncryptionParams_html_a8716552505d244227bf93c4878071f2d"><div class="ttname"><a href="../../df/d47/structshaka_1_1PlayReadyEncryptionParams.html#a8716552505d244227bf93c4878071f2d">shaka::PlayReadyEncryptionParams::program_identifier</a></div><div class="ttdeci">std::string program_identifier</div><div class="ttdoc">PlayReady program identifier. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00073">crypto_params.h:73</a></div></div>
<div class="ttc" id="structshaka_1_1WidevineDecryptionParams_html_acf84772bb9787f61110e388490412939"><div class="ttname"><a href="../../d8/d48/structshaka_1_1WidevineDecryptionParams.html#acf84772bb9787f61110e388490412939">shaka::WidevineDecryptionParams::signer</a></div><div class="ttdeci">WidevineSigner signer</div><div class="ttdoc">Signer credential for Widevine license / key server. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00182">crypto_params.h:182</a></div></div>
2018-02-10 23:37:42 +00:00
<div class="ttc" id="namespaceshaka_html"><div class="ttname"><a href="../../d8/daf/namespaceshaka.html">shaka</a></div><div class="ttdoc">All the methods that are virtual are virtual for mocking. </div><div class="ttdef"><b>Definition:</b> <a href="../../d4/d15/gflags__hex__bytes_8cc_source.html#l00011">gflags_hex_bytes.cc:11</a></div></div>
2018-08-16 00:35:22 +00:00
<div class="ttc" id="structshaka_1_1EncryptionParams_html_afe99d2343ace64763249893a4fef6eb9"><div class="ttname"><a href="../../dc/da0/structshaka_1_1EncryptionParams.html#afe99d2343ace64763249893a4fef6eb9">shaka::EncryptionParams::ProtectionSystem</a></div><div class="ttdeci">ProtectionSystem</div><div class="ttdoc">Supported protection systems. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00119">crypto_params.h:119</a></div></div>
<div class="ttc" id="structshaka_1_1RawKeyParams_1_1KeyInfo_html"><div class="ttname"><a href="../../d0/dbe/structshaka_1_1RawKeyParams_1_1KeyInfo.html">shaka::RawKeyParams::KeyInfo</a></div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00097">crypto_params.h:97</a></div></div>
<div class="ttc" id="structshaka_1_1WidevineDecryptionParams_html_adb765979bcc7f63ce46c9ed6ead1ee5b"><div class="ttname"><a href="../../d8/d48/structshaka_1_1WidevineDecryptionParams.html#adb765979bcc7f63ce46c9ed6ead1ee5b">shaka::WidevineDecryptionParams::key_server_url</a></div><div class="ttdeci">std::string key_server_url</div><div class="ttdoc">Widevine license / key server URL. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00180">crypto_params.h:180</a></div></div>
2018-05-23 23:12:00 +00:00
<div class="ttc" id="structshaka_1_1WidevineEncryptionParams_html_a47239bcc571757930ba89e8831013234"><div class="ttname"><a href="../../d9/dd2/structshaka_1_1WidevineEncryptionParams.html#a47239bcc571757930ba89e8831013234">shaka::WidevineEncryptionParams::enable_entitlement_license</a></div><div class="ttdeci">bool enable_entitlement_license</div><div class="ttdoc">Enables entitlement license when set to true. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00063">crypto_params.h:63</a></div></div>
2018-08-16 00:35:22 +00:00
<div class="ttc" id="structshaka_1_1RawKeyParams_html"><div class="ttname"><a href="../../d0/db4/structshaka_1_1RawKeyParams.html">shaka::RawKeyParams</a></div><div class="ttdoc">Raw key encryption/decryption parameters, i.e. with key parameters provided. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00086">crypto_params.h:86</a></div></div>
<div class="ttc" id="unionshaka_1_1EncryptionParams_1_1EncryptedStreamAttributes_1_1OneOf_html"><div class="ttname"><a href="../../d0/d37/unionshaka_1_1EncryptionParams_1_1EncryptedStreamAttributes_1_1OneOf.html">shaka::EncryptionParams::EncryptedStreamAttributes::OneOf</a></div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00153">crypto_params.h:153</a></div></div>
<div class="ttc" id="structshaka_1_1WidevineSigner_html_a6768d5addb3c90f33ce5f241705c827e"><div class="ttname"><a href="../../df/d22/structshaka_1_1WidevineSigner.html#a6768d5addb3c90f33ce5f241705c827e">shaka::WidevineSigner::signer_name</a></div><div class="ttdeci">std::string signer_name</div><div class="ttdoc">Name of the signer / content provider. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00028">crypto_params.h:28</a></div></div>
2018-08-16 00:35:22 +00:00
<div class="ttc" id="structshaka_1_1RawKeyParams_html_a14e44fed95583d0bb319c082fb1ddb84"><div class="ttname"><a href="../../d0/db4/structshaka_1_1RawKeyParams.html#a14e44fed95583d0bb319c082fb1ddb84">shaka::RawKeyParams::key_map</a></div><div class="ttdeci">std::map&lt; StreamLabel, KeyInfo &gt; key_map</div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00104">crypto_params.h:104</a></div></div>
<div class="ttc" id="structshaka_1_1PlayReadyEncryptionParams_html_aff3107b2636f730056c6c5a673376226"><div class="ttname"><a href="../../df/d47/structshaka_1_1PlayReadyEncryptionParams.html#aff3107b2636f730056c6c5a673376226">shaka::PlayReadyEncryptionParams::ca_file</a></div><div class="ttdeci">std::string ca_file</div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00076">crypto_params.h:76</a></div></div>
<div class="ttc" id="structshaka_1_1RawKeyParams_html_aab733ab6920dd8fbed523810e64ea3f1"><div class="ttname"><a href="../../d0/db4/structshaka_1_1RawKeyParams.html#aab733ab6920dd8fbed523810e64ea3f1">shaka::RawKeyParams::iv</a></div><div class="ttdeci">std::vector&lt; uint8_t &gt; iv</div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00090">crypto_params.h:90</a></div></div>
<div class="ttc" id="structshaka_1_1WidevineEncryptionParams_html"><div class="ttname"><a href="../../d9/dd2/structshaka_1_1WidevineEncryptionParams.html">shaka::WidevineEncryptionParams</a></div><div class="ttdoc">Widevine encryption parameters. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00051">crypto_params.h:51</a></div></div>
<div class="ttc" id="structshaka_1_1EncryptionParams_html_a3c5d11615ce906ce4420f873986db81c"><div class="ttname"><a href="../../dc/da0/structshaka_1_1EncryptionParams.html#a3c5d11615ce906ce4420f873986db81c">shaka::EncryptionParams::protection_systems</a></div><div class="ttdeci">std::vector&lt; ProtectionSystem &gt; protection_systems</div><div class="ttdoc">Protection systems to be generated. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00127">crypto_params.h:127</a></div></div>
<div class="ttc" id="structshaka_1_1DecryptionParams_html"><div class="ttname"><a href="../../d1/d4f/structshaka_1_1DecryptionParams.html">shaka::DecryptionParams</a></div><div class="ttdoc">Decryption parameters. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00186">crypto_params.h:186</a></div></div>
2018-08-16 00:35:22 +00:00
<div class="ttc" id="structshaka_1_1PlayReadyEncryptionParams_html"><div class="ttname"><a href="../../df/d47/structshaka_1_1PlayReadyEncryptionParams.html">shaka::PlayReadyEncryptionParams</a></div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00069">crypto_params.h:69</a></div></div>
<div class="ttc" id="structshaka_1_1EncryptionParams_html"><div class="ttname"><a href="../../dc/da0/structshaka_1_1EncryptionParams.html">shaka::EncryptionParams</a></div><div class="ttdoc">Encryption parameters. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00108">crypto_params.h:108</a></div></div>
<div class="ttc" id="structshaka_1_1EncryptionParams_1_1EncryptedStreamAttributes_html"><div class="ttname"><a href="../../d7/d6d/structshaka_1_1EncryptionParams_1_1EncryptedStreamAttributes.html">shaka::EncryptionParams::EncryptedStreamAttributes</a></div><div class="ttdoc">Encrypted stream information that is used to determine stream label. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00145">crypto_params.h:145</a></div></div>
<div class="ttc" id="structshaka_1_1WidevineSigner_html_ad5c378d29df509280d8697f986163324"><div class="ttname"><a href="../../df/d22/structshaka_1_1WidevineSigner.html#ad5c378d29df509280d8697f986163324">shaka::WidevineSigner::key</a></div><div class="ttdeci">std::vector&lt; uint8_t &gt; key</div><div class="ttdoc">AES signing key. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00040">crypto_params.h:40</a></div></div>
2018-05-23 23:12:00 +00:00
<div class="ttc" id="structshaka_1_1WidevineEncryptionParams_html_a469f3db91b42af20f270a280c4d42b4f"><div class="ttname"><a href="../../d9/dd2/structshaka_1_1WidevineEncryptionParams.html#a469f3db91b42af20f270a280c4d42b4f">shaka::WidevineEncryptionParams::policy</a></div><div class="ttdeci">std::string policy</div><div class="ttdoc">The name of a stored policy, which specifies DRM content rights. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00057">crypto_params.h:57</a></div></div>
2018-08-16 00:35:22 +00:00
<div class="ttc" id="structshaka_1_1PlayReadyEncryptionParams_html_a8e3c7d3b038b602e09589e0fda0aad66"><div class="ttname"><a href="../../df/d47/structshaka_1_1PlayReadyEncryptionParams.html#a8e3c7d3b038b602e09589e0fda0aad66">shaka::PlayReadyEncryptionParams::client_cert_file</a></div><div class="ttdeci">std::string client_cert_file</div><div class="ttdoc">Absolute path to client certificate file. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00078">crypto_params.h:78</a></div></div>
<div class="ttc" id="structshaka_1_1WidevineSigner_html_a25bb558aa06563d24c3d7f9733ff8898"><div class="ttname"><a href="../../df/d22/structshaka_1_1WidevineSigner.html#a25bb558aa06563d24c3d7f9733ff8898">shaka::WidevineSigner::key</a></div><div class="ttdeci">std::string key</div><div class="ttdoc">RSA signing private key. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00046">crypto_params.h:46</a></div></div>
2018-08-16 00:35:22 +00:00
<div class="ttc" id="structshaka_1_1RawKeyParams_html_a448b8c435fc86d4fbc85214e523f2ac5"><div class="ttname"><a href="../../d0/db4/structshaka_1_1RawKeyParams.html#a448b8c435fc86d4fbc85214e523f2ac5">shaka::RawKeyParams::pssh</a></div><div class="ttdeci">std::vector&lt; uint8_t &gt; pssh</div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00094">crypto_params.h:94</a></div></div>
<div class="ttc" id="structshaka_1_1WidevineSigner_html"><div class="ttname"><a href="../../df/d22/structshaka_1_1WidevineSigner.html">shaka::WidevineSigner</a></div><div class="ttdoc">Signer credential for Widevine license server. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00026">crypto_params.h:26</a></div></div>
2018-05-23 23:12:00 +00:00
<div class="ttc" id="structshaka_1_1WidevineEncryptionParams_html_a6d69402cd4c66d546be180c7800e6d09"><div class="ttname"><a href="../../d9/dd2/structshaka_1_1WidevineEncryptionParams.html#a6d69402cd4c66d546be180c7800e6d09">shaka::WidevineEncryptionParams::group_id</a></div><div class="ttdeci">std::vector&lt; uint8_t &gt; group_id</div><div class="ttdoc">Group identifier, if present licenses will belong to this group. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00061">crypto_params.h:61</a></div></div>
2018-08-16 00:35:22 +00:00
<div class="ttc" id="structshaka_1_1PlayReadyEncryptionParams_html_a63e0f55b12ef1a0305bd51315322b153"><div class="ttname"><a href="../../df/d47/structshaka_1_1PlayReadyEncryptionParams.html#a63e0f55b12ef1a0305bd51315322b153">shaka::PlayReadyEncryptionParams::client_cert_private_key_file</a></div><div class="ttdeci">std::string client_cert_private_key_file</div><div class="ttdoc">Absolute path to the private key file. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00080">crypto_params.h:80</a></div></div>
<div class="ttc" id="structshaka_1_1WidevineSigner_html_a6db96d4c3f1189bbd09515732bec94d9"><div class="ttname"><a href="../../df/d22/structshaka_1_1WidevineSigner.html#a6db96d4c3f1189bbd09515732bec94d9">shaka::WidevineSigner::iv</a></div><div class="ttdeci">std::vector&lt; uint8_t &gt; iv</div><div class="ttdoc">AES signing IV. </div><div class="ttdef"><b>Definition:</b> <a href="../../dd/d58/crypto__params_8h_source.html#l00042">crypto_params.h:42</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Jan 21 2020 16:58:51 for Shaka Packager SDK by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
2018-02-10 23:37:42 +00:00
</a> 1.8.13
</small></address>
</body>
</html>