mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 13:35:54 +00:00
deploy: afc05659ed
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.5"/>
|
||||
<meta name="generator" content="Doxygen 1.9.8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>rippled: utils.h Source File</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
@@ -29,7 +29,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.5 -->
|
||||
<!-- Generated by Doxygen 1.9.8 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
@@ -46,6 +46,11 @@ $(function() {
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="main-nav"></div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(document).ready(function() { init_codefold(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<!-- window showing the filter options -->
|
||||
<div id="MSearchSelectWindow"
|
||||
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||
@@ -115,10 +120,12 @@ $(function() {
|
||||
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="comment">//</span></div>
|
||||
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="comment">// This is a very trivial decoder and only implements</span></div>
|
||||
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="comment">// the bare minimum needed to support PreimageSha256.</span></div>
|
||||
<div class="foldopen" id="foldopen00040" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="namespaceripple_1_1cryptoconditions_1_1der.html"> 40</a></span><span class="keyword">namespace </span>der {</div>
|
||||
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> </div>
|
||||
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span><span class="comment">// The preamble encapsulates the DER identifier and</span></div>
|
||||
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span><span class="comment">// length octets:</span></div>
|
||||
<div class="foldopen" id="foldopen00044" data-start="{" data-end="};">
|
||||
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html"> 44</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html">Preamble</a></div>
|
||||
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span>{</div>
|
||||
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"><a class="line" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html#a7c32128aafb90b0a7f2d6a50df2be040"> 46</a></span> <span class="keyword">explicit</span> <a class="code hl_function" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html#a7c32128aafb90b0a7f2d6a50df2be040">Preamble</a>() = <span class="keywordflow">default</span>;</div>
|
||||
@@ -126,44 +133,58 @@ $(function() {
|
||||
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"><a class="line" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html#ab6d02b42983eb761e34f28ef6cf73e32"> 48</a></span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <a class="code hl_variable" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html#ab6d02b42983eb761e34f28ef6cf73e32">tag</a> = 0;</div>
|
||||
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"><a class="line" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html#acc503771e4b5ddae9d630ef8520d7427"> 49</a></span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <a class="code hl_variable" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html#acc503771e4b5ddae9d630ef8520d7427">length</a> = 0;</div>
|
||||
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span>};</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> </div>
|
||||
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span><span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="foldopen" id="foldopen00053" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"><a class="line" href="namespaceripple_1_1cryptoconditions_1_1der.html#abe5919b6b49842b90e1dd9de11edceb8"> 53</a></span><a class="code hl_function" href="namespaceripple_1_1cryptoconditions_1_1der.html#abe5919b6b49842b90e1dd9de11edceb8">isPrimitive</a>(<a class="code hl_struct" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html">Preamble</a> <span class="keyword">const</span>& p)</div>
|
||||
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span>{</div>
|
||||
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <span class="keywordflow">return</span> (p.<a class="code hl_variable" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html#ae4b7f5bda52833109c8c8f9d4b65cf57">type</a> & 0x20) == 0;</div>
|
||||
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> </div>
|
||||
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span><span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="foldopen" id="foldopen00059" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"><a class="line" href="namespaceripple_1_1cryptoconditions_1_1der.html#a5598a5b0e63f482cf09ed900405bb14d"> 59</a></span><a class="code hl_function" href="namespaceripple_1_1cryptoconditions_1_1der.html#a5598a5b0e63f482cf09ed900405bb14d">isConstructed</a>(<a class="code hl_struct" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html">Preamble</a> <span class="keyword">const</span>& p)</div>
|
||||
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span>{</div>
|
||||
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> <span class="keywordflow">return</span> !<a class="code hl_function" href="namespaceripple_1_1cryptoconditions_1_1der.html#abe5919b6b49842b90e1dd9de11edceb8">isPrimitive</a>(p);</div>
|
||||
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> </div>
|
||||
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span><span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="foldopen" id="foldopen00065" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="namespaceripple_1_1cryptoconditions_1_1der.html#ae260830b211b6c13c400242229d09ac3"> 65</a></span><a class="code hl_function" href="namespaceripple_1_1cryptoconditions_1_1der.html#ae260830b211b6c13c400242229d09ac3">isUniversal</a>(<a class="code hl_struct" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html">Preamble</a> <span class="keyword">const</span>& p)</div>
|
||||
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span>{</div>
|
||||
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <span class="keywordflow">return</span> (p.<a class="code hl_variable" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html#ae4b7f5bda52833109c8c8f9d4b65cf57">type</a> & 0xC0) == 0;</div>
|
||||
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> </div>
|
||||
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span><span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="foldopen" id="foldopen00071" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"><a class="line" href="namespaceripple_1_1cryptoconditions_1_1der.html#acc7e5835e3c63c351aeafc8b52644be1"> 71</a></span><a class="code hl_function" href="namespaceripple_1_1cryptoconditions_1_1der.html#acc7e5835e3c63c351aeafc8b52644be1">isApplication</a>(<a class="code hl_struct" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html">Preamble</a> <span class="keyword">const</span>& p)</div>
|
||||
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span>{</div>
|
||||
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> <span class="keywordflow">return</span> (p.<a class="code hl_variable" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html#ae4b7f5bda52833109c8c8f9d4b65cf57">type</a> & 0xC0) == 0x40;</div>
|
||||
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> </div>
|
||||
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span><span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="foldopen" id="foldopen00077" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"><a class="line" href="namespaceripple_1_1cryptoconditions_1_1der.html#ab0ecc3cd624cfe48c1382b719c18e539"> 77</a></span><a class="code hl_function" href="namespaceripple_1_1cryptoconditions_1_1der.html#ab0ecc3cd624cfe48c1382b719c18e539">isContextSpecific</a>(<a class="code hl_struct" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html">Preamble</a> <span class="keyword">const</span>& p)</div>
|
||||
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span>{</div>
|
||||
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> <span class="keywordflow">return</span> (p.<a class="code hl_variable" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html#ae4b7f5bda52833109c8c8f9d4b65cf57">type</a> & 0xC0) == 0x80;</div>
|
||||
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> </div>
|
||||
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span><span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
|
||||
<div class="foldopen" id="foldopen00083" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="namespaceripple_1_1cryptoconditions_1_1der.html#a7b59d9b70291a517a8a7220ecdae1e1d"> 83</a></span><a class="code hl_function" href="namespaceripple_1_1cryptoconditions_1_1der.html#a7b59d9b70291a517a8a7220ecdae1e1d">isPrivate</a>(<a class="code hl_struct" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html">Preamble</a> <span class="keyword">const</span>& p)</div>
|
||||
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span>{</div>
|
||||
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> <span class="keywordflow">return</span> (p.<a class="code hl_variable" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html#ae4b7f5bda52833109c8c8f9d4b65cf57">type</a> & 0xC0) == 0xC0;</div>
|
||||
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> </div>
|
||||
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span><span class="keyword">inline</span> Preamble</div>
|
||||
<div class="foldopen" id="foldopen00089" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"><a class="line" href="namespaceripple_1_1cryptoconditions_1_1der.html#af645e6e91b0b5d439228c14a7c4b360f"> 89</a></span><a class="code hl_function" href="namespaceripple_1_1cryptoconditions_1_1der.html#af645e6e91b0b5d439228c14a7c4b360f">parsePreamble</a>(<a class="code hl_class" href="classripple_1_1Slice.html">Slice</a>& s, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/error/error_code.html">std::error_code</a>& ec)</div>
|
||||
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span>{</div>
|
||||
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> <a class="code hl_struct" href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html">Preamble</a> p;</div>
|
||||
@@ -226,8 +247,10 @@ $(function() {
|
||||
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> </div>
|
||||
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> <span class="keywordflow">return</span> p;</div>
|
||||
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> </div>
|
||||
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span><span class="keyword">inline</span> <a class="code hl_class" href="classripple_1_1Buffer.html">Buffer</a></div>
|
||||
<div class="foldopen" id="foldopen00153" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"><a class="line" href="namespaceripple_1_1cryptoconditions_1_1der.html#ab34f4f12a87784ad3d1ef22f18a78bf7"> 153</a></span><a class="code hl_function" href="namespaceripple_1_1cryptoconditions_1_1der.html#ab34f4f12a87784ad3d1ef22f18a78bf7">parseOctetString</a>(<a class="code hl_class" href="classripple_1_1Slice.html">Slice</a>& s, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> count, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/error/error_code.html">std::error_code</a>& ec)</div>
|
||||
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span>{</div>
|
||||
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> <span class="keywordflow">if</span> (count > s.<a class="code hl_function" href="classripple_1_1Slice.html#aa6faa586508e0f849d4591d807353825">size</a>())</div>
|
||||
@@ -246,9 +269,11 @@ $(function() {
|
||||
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> s += count;</div>
|
||||
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> <span class="keywordflow">return</span> b;</div>
|
||||
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> </div>
|
||||
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span><span class="keyword">template</span> <<span class="keyword">class</span> Integer></div>
|
||||
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span>Integer</div>
|
||||
<div class="foldopen" id="foldopen00174" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"><a class="line" href="namespaceripple_1_1cryptoconditions_1_1der.html#ab450cdc614f8bfcec12b01459bd981be"> 174</a></span><a class="code hl_function" href="namespaceripple_1_1cryptoconditions_1_1der.html#ab450cdc614f8bfcec12b01459bd981be">parseInteger</a>(<a class="code hl_class" href="classripple_1_1Slice.html">Slice</a>& s, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> count, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/error/error_code.html">std::error_code</a>& ec)</div>
|
||||
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span>{</div>
|
||||
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> Integer v{0};</div>
|
||||
@@ -302,46 +327,48 @@ $(function() {
|
||||
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> s += count;</div>
|
||||
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> <span class="keywordflow">return</span> v;</div>
|
||||
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> </div>
|
||||
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span>} <span class="comment">// namespace der</span></div>
|
||||
</div>
|
||||
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span>} <span class="comment">// namespace cryptoconditions</span></div>
|
||||
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span>} <span class="comment">// namespace ripple</span></div>
|
||||
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> </div>
|
||||
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span><span class="preprocessor">#endif</span></div>
|
||||
<div class="ttc" id="aclassripple_1_1Buffer_html"><div class="ttname"><a href="classripple_1_1Buffer.html">ripple::Buffer</a></div><div class="ttdoc">Like std::vector<char> but better.</div><div class="ttdef"><b>Definition:</b> <a href="Buffer_8h_source.html#l00035">Buffer.h:36</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Slice_html"><div class="ttname"><a href="classripple_1_1Slice.html">ripple::Slice</a></div><div class="ttdoc">An immutable linear range of bytes.</div><div class="ttdef"><b>Definition:</b> <a href="Slice_8h_source.html#l00045">Slice.h:46</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Slice_html_a38d951bc2f27aaf89c3fdb5914c7e169"><div class="ttname"><a href="classripple_1_1Slice.html#a38d951bc2f27aaf89c3fdb5914c7e169">ripple::Slice::empty</a></div><div class="ttdeci">bool empty() const noexcept</div><div class="ttdoc">Return true if the byte range is empty.</div><div class="ttdef"><b>Definition:</b> <a href="Slice_8h_source.html#l00070">Slice.h:70</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Slice_html_a86b04f444930887410acd22b367efc8c"><div class="ttname"><a href="classripple_1_1Slice.html#a86b04f444930887410acd22b367efc8c">ripple::Slice::data</a></div><div class="ttdeci">std::uint8_t const * data() const noexcept</div><div class="ttdoc">Return a pointer to beginning of the storage.</div><div class="ttdef"><b>Definition:</b> <a href="Slice_8h_source.html#l00098">Slice.h:98</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Slice_html_aa6faa586508e0f849d4591d807353825"><div class="ttname"><a href="classripple_1_1Slice.html#aa6faa586508e0f849d4591d807353825">ripple::Slice::size</a></div><div class="ttdeci">std::size_t size() const noexcept</div><div class="ttdoc">Returns the number of bytes in the storage.</div><div class="ttdef"><b>Definition:</b> <a href="Slice_8h_source.html#l00081">Slice.h:81</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Buffer_html"><div class="ttname"><a href="classripple_1_1Buffer.html">ripple::Buffer</a></div><div class="ttdoc">Like std::vector<char> but better.</div><div class="ttdef"><b>Definition</b> <a href="Buffer_8h_source.html#l00035">Buffer.h:36</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Slice_html"><div class="ttname"><a href="classripple_1_1Slice.html">ripple::Slice</a></div><div class="ttdoc">An immutable linear range of bytes.</div><div class="ttdef"><b>Definition</b> <a href="Slice_8h_source.html#l00045">Slice.h:46</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Slice_html_a38d951bc2f27aaf89c3fdb5914c7e169"><div class="ttname"><a href="classripple_1_1Slice.html#a38d951bc2f27aaf89c3fdb5914c7e169">ripple::Slice::empty</a></div><div class="ttdeci">bool empty() const noexcept</div><div class="ttdoc">Return true if the byte range is empty.</div><div class="ttdef"><b>Definition</b> <a href="Slice_8h_source.html#l00070">Slice.h:70</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Slice_html_a86b04f444930887410acd22b367efc8c"><div class="ttname"><a href="classripple_1_1Slice.html#a86b04f444930887410acd22b367efc8c">ripple::Slice::data</a></div><div class="ttdeci">std::uint8_t const * data() const noexcept</div><div class="ttdoc">Return a pointer to beginning of the storage.</div><div class="ttdef"><b>Definition</b> <a href="Slice_8h_source.html#l00098">Slice.h:98</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Slice_html_aa6faa586508e0f849d4591d807353825"><div class="ttname"><a href="classripple_1_1Slice.html#aa6faa586508e0f849d4591d807353825">ripple::Slice::size</a></div><div class="ttdeci">std::size_t size() const noexcept</div><div class="ttdoc">Returns the number of bytes in the storage.</div><div class="ttdef"><b>Definition</b> <a href="Slice_8h_source.html#l00081">Slice.h:81</a></div></div>
|
||||
<div class="ttc" id="aerror_code_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/error/error_code.html">std::error_code</a></div></div>
|
||||
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint8_t</a></div></div>
|
||||
<div class="ttc" id="alimits_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/limits.html">limits</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_1_1der_html_a5598a5b0e63f482cf09ed900405bb14d"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions_1_1der.html#a5598a5b0e63f482cf09ed900405bb14d">ripple::cryptoconditions::der::isConstructed</a></div><div class="ttdeci">bool isConstructed(Preamble const &p)</div><div class="ttdef"><b>Definition:</b> <a href="utils_8h_source.html#l00059">utils.h:59</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_1_1der_html_a7b59d9b70291a517a8a7220ecdae1e1d"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions_1_1der.html#a7b59d9b70291a517a8a7220ecdae1e1d">ripple::cryptoconditions::der::isPrivate</a></div><div class="ttdeci">bool isPrivate(Preamble const &p)</div><div class="ttdef"><b>Definition:</b> <a href="utils_8h_source.html#l00083">utils.h:83</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_1_1der_html_ab0ecc3cd624cfe48c1382b719c18e539"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions_1_1der.html#ab0ecc3cd624cfe48c1382b719c18e539">ripple::cryptoconditions::der::isContextSpecific</a></div><div class="ttdeci">bool isContextSpecific(Preamble const &p)</div><div class="ttdef"><b>Definition:</b> <a href="utils_8h_source.html#l00077">utils.h:77</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_1_1der_html_ab34f4f12a87784ad3d1ef22f18a78bf7"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions_1_1der.html#ab34f4f12a87784ad3d1ef22f18a78bf7">ripple::cryptoconditions::der::parseOctetString</a></div><div class="ttdeci">Buffer parseOctetString(Slice &s, std::uint32_t count, std::error_code &ec)</div><div class="ttdef"><b>Definition:</b> <a href="utils_8h_source.html#l00153">utils.h:153</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_1_1der_html_ab450cdc614f8bfcec12b01459bd981be"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions_1_1der.html#ab450cdc614f8bfcec12b01459bd981be">ripple::cryptoconditions::der::parseInteger</a></div><div class="ttdeci">Integer parseInteger(Slice &s, std::size_t count, std::error_code &ec)</div><div class="ttdef"><b>Definition:</b> <a href="utils_8h_source.html#l00174">utils.h:174</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_1_1der_html_abe5919b6b49842b90e1dd9de11edceb8"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions_1_1der.html#abe5919b6b49842b90e1dd9de11edceb8">ripple::cryptoconditions::der::isPrimitive</a></div><div class="ttdeci">bool isPrimitive(Preamble const &p)</div><div class="ttdef"><b>Definition:</b> <a href="utils_8h_source.html#l00053">utils.h:53</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_1_1der_html_acc7e5835e3c63c351aeafc8b52644be1"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions_1_1der.html#acc7e5835e3c63c351aeafc8b52644be1">ripple::cryptoconditions::der::isApplication</a></div><div class="ttdeci">bool isApplication(Preamble const &p)</div><div class="ttdef"><b>Definition:</b> <a href="utils_8h_source.html#l00071">utils.h:71</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_1_1der_html_ae260830b211b6c13c400242229d09ac3"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions_1_1der.html#ae260830b211b6c13c400242229d09ac3">ripple::cryptoconditions::der::isUniversal</a></div><div class="ttdeci">bool isUniversal(Preamble const &p)</div><div class="ttdef"><b>Definition:</b> <a href="utils_8h_source.html#l00065">utils.h:65</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_1_1der_html_af645e6e91b0b5d439228c14a7c4b360f"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions_1_1der.html#af645e6e91b0b5d439228c14a7c4b360f">ripple::cryptoconditions::der::parsePreamble</a></div><div class="ttdeci">Preamble parsePreamble(Slice &s, std::error_code &ec)</div><div class="ttdef"><b>Definition:</b> <a href="utils_8h_source.html#l00089">utils.h:89</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_1_1der_html_a5598a5b0e63f482cf09ed900405bb14d"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions_1_1der.html#a5598a5b0e63f482cf09ed900405bb14d">ripple::cryptoconditions::der::isConstructed</a></div><div class="ttdeci">bool isConstructed(Preamble const &p)</div><div class="ttdef"><b>Definition</b> <a href="utils_8h_source.html#l00059">utils.h:59</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_1_1der_html_a7b59d9b70291a517a8a7220ecdae1e1d"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions_1_1der.html#a7b59d9b70291a517a8a7220ecdae1e1d">ripple::cryptoconditions::der::isPrivate</a></div><div class="ttdeci">bool isPrivate(Preamble const &p)</div><div class="ttdef"><b>Definition</b> <a href="utils_8h_source.html#l00083">utils.h:83</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_1_1der_html_ab0ecc3cd624cfe48c1382b719c18e539"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions_1_1der.html#ab0ecc3cd624cfe48c1382b719c18e539">ripple::cryptoconditions::der::isContextSpecific</a></div><div class="ttdeci">bool isContextSpecific(Preamble const &p)</div><div class="ttdef"><b>Definition</b> <a href="utils_8h_source.html#l00077">utils.h:77</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_1_1der_html_ab34f4f12a87784ad3d1ef22f18a78bf7"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions_1_1der.html#ab34f4f12a87784ad3d1ef22f18a78bf7">ripple::cryptoconditions::der::parseOctetString</a></div><div class="ttdeci">Buffer parseOctetString(Slice &s, std::uint32_t count, std::error_code &ec)</div><div class="ttdef"><b>Definition</b> <a href="utils_8h_source.html#l00153">utils.h:153</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_1_1der_html_ab450cdc614f8bfcec12b01459bd981be"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions_1_1der.html#ab450cdc614f8bfcec12b01459bd981be">ripple::cryptoconditions::der::parseInteger</a></div><div class="ttdeci">Integer parseInteger(Slice &s, std::size_t count, std::error_code &ec)</div><div class="ttdef"><b>Definition</b> <a href="utils_8h_source.html#l00174">utils.h:174</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_1_1der_html_abe5919b6b49842b90e1dd9de11edceb8"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions_1_1der.html#abe5919b6b49842b90e1dd9de11edceb8">ripple::cryptoconditions::der::isPrimitive</a></div><div class="ttdeci">bool isPrimitive(Preamble const &p)</div><div class="ttdef"><b>Definition</b> <a href="utils_8h_source.html#l00053">utils.h:53</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_1_1der_html_acc7e5835e3c63c351aeafc8b52644be1"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions_1_1der.html#acc7e5835e3c63c351aeafc8b52644be1">ripple::cryptoconditions::der::isApplication</a></div><div class="ttdeci">bool isApplication(Preamble const &p)</div><div class="ttdef"><b>Definition</b> <a href="utils_8h_source.html#l00071">utils.h:71</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_1_1der_html_ae260830b211b6c13c400242229d09ac3"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions_1_1der.html#ae260830b211b6c13c400242229d09ac3">ripple::cryptoconditions::der::isUniversal</a></div><div class="ttdeci">bool isUniversal(Preamble const &p)</div><div class="ttdef"><b>Definition</b> <a href="utils_8h_source.html#l00065">utils.h:65</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_1_1der_html_af645e6e91b0b5d439228c14a7c4b360f"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions_1_1der.html#af645e6e91b0b5d439228c14a7c4b360f">ripple::cryptoconditions::der::parsePreamble</a></div><div class="ttdeci">Preamble parsePreamble(Slice &s, std::error_code &ec)</div><div class="ttdef"><b>Definition</b> <a href="utils_8h_source.html#l00089">utils.h:89</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23a23ffdfca0c2059b36da38cb35daae34e"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a23ffdfca0c2059b36da38cb35daae34e">ripple::cryptoconditions::error::malformed_encoding</a></div><div class="ttdeci">@ malformed_encoding</div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23a4635db4140842fb49593e70f83fc0d59"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23a4635db4140842fb49593e70f83fc0d59">ripple::cryptoconditions::error::short_preamble</a></div><div class="ttdeci">@ short_preamble</div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23ab7fcc29f8f7ba2bb28f56437232e011e"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23ab7fcc29f8f7ba2bb28f56437232e011e">ripple::cryptoconditions::error::long_tag</a></div><div class="ttdeci">@ long_tag</div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23acfdd03f4b6e2ca9f7e3d892ad3274c5c"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23acfdd03f4b6e2ca9f7e3d892ad3274c5c">ripple::cryptoconditions::error::buffer_underfull</a></div><div class="ttdeci">@ buffer_underfull</div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1cryptoconditions_html_ae0bee5541ce10d52809660ad2d100a23aeec30238a1c1154b9beb6c425f6640e8"><div class="ttname"><a href="namespaceripple_1_1cryptoconditions.html#ae0bee5541ce10d52809660ad2d100a23aeec30238a1c1154b9beb6c425f6640e8">ripple::cryptoconditions::error::large_size</a></div><div class="ttdeci">@ large_size</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition:</b> <a href="algorithm_8h_source.html#l00025">algorithm.h:25</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition</b> <a href="algorithm_8h_source.html#l00025">algorithm.h:25</a></div></div>
|
||||
<div class="ttc" id="anumeric_limits_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/numeric_limits.html">std::numeric_limits</a></div></div>
|
||||
<div class="ttc" id="asize_t_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1cryptoconditions_1_1der_1_1Preamble_html"><div class="ttname"><a href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html">ripple::cryptoconditions::der::Preamble</a></div><div class="ttdef"><b>Definition:</b> <a href="utils_8h_source.html#l00044">utils.h:45</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1cryptoconditions_1_1der_1_1Preamble_html"><div class="ttname"><a href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html">ripple::cryptoconditions::der::Preamble</a></div><div class="ttdef"><b>Definition</b> <a href="utils_8h_source.html#l00044">utils.h:45</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1cryptoconditions_1_1der_1_1Preamble_html_a7c32128aafb90b0a7f2d6a50df2be040"><div class="ttname"><a href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html#a7c32128aafb90b0a7f2d6a50df2be040">ripple::cryptoconditions::der::Preamble::Preamble</a></div><div class="ttdeci">Preamble()=default</div></div>
|
||||
<div class="ttc" id="astructripple_1_1cryptoconditions_1_1der_1_1Preamble_html_ab6d02b42983eb761e34f28ef6cf73e32"><div class="ttname"><a href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html#ab6d02b42983eb761e34f28ef6cf73e32">ripple::cryptoconditions::der::Preamble::tag</a></div><div class="ttdeci">std::size_t tag</div><div class="ttdef"><b>Definition:</b> <a href="utils_8h_source.html#l00048">utils.h:48</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1cryptoconditions_1_1der_1_1Preamble_html_acc503771e4b5ddae9d630ef8520d7427"><div class="ttname"><a href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html#acc503771e4b5ddae9d630ef8520d7427">ripple::cryptoconditions::der::Preamble::length</a></div><div class="ttdeci">std::size_t length</div><div class="ttdef"><b>Definition:</b> <a href="utils_8h_source.html#l00049">utils.h:49</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1cryptoconditions_1_1der_1_1Preamble_html_ae4b7f5bda52833109c8c8f9d4b65cf57"><div class="ttname"><a href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html#ae4b7f5bda52833109c8c8f9d4b65cf57">ripple::cryptoconditions::der::Preamble::type</a></div><div class="ttdeci">std::uint8_t type</div><div class="ttdef"><b>Definition:</b> <a href="utils_8h_source.html#l00047">utils.h:47</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1cryptoconditions_1_1der_1_1Preamble_html_ab6d02b42983eb761e34f28ef6cf73e32"><div class="ttname"><a href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html#ab6d02b42983eb761e34f28ef6cf73e32">ripple::cryptoconditions::der::Preamble::tag</a></div><div class="ttdeci">std::size_t tag</div><div class="ttdef"><b>Definition</b> <a href="utils_8h_source.html#l00048">utils.h:48</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1cryptoconditions_1_1der_1_1Preamble_html_acc503771e4b5ddae9d630ef8520d7427"><div class="ttname"><a href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html#acc503771e4b5ddae9d630ef8520d7427">ripple::cryptoconditions::der::Preamble::length</a></div><div class="ttdeci">std::size_t length</div><div class="ttdef"><b>Definition</b> <a href="utils_8h_source.html#l00049">utils.h:49</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1cryptoconditions_1_1der_1_1Preamble_html_ae4b7f5bda52833109c8c8f9d4b65cf57"><div class="ttname"><a href="structripple_1_1cryptoconditions_1_1der_1_1Preamble.html#ae4b7f5bda52833109c8c8f9d4b65cf57">ripple::cryptoconditions::der::Preamble::type</a></div><div class="ttdeci">std::uint8_t type</div><div class="ttdef"><b>Definition</b> <a href="utils_8h_source.html#l00047">utils.h:47</a></div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.5
|
||||
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
|
||||
</small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user