mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-24 13:05:53 +00:00
deploy: e514de76ed
This commit is contained in:
@@ -113,9 +113,9 @@ $(function() {
|
||||
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<SLE const></a> <span class="keyword">const</span>& sleCredential,</div>
|
||||
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> <a class="code hl_typedef" href="classripple_1_1NetClock.html#a4c2428e178dca6689fa3fb4be0657107">NetClock::time_point</a> <span class="keyword">const</span>& closed);</div>
|
||||
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> </div>
|
||||
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="comment">// Return true if at least 1 expired credentials was found(and deleted)</span></div>
|
||||
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="comment">// Return true if any expired credential was found in arr (and deleted)</span></div>
|
||||
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="keywordtype">bool</span></div>
|
||||
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span><a class="code hl_function" href="namespaceripple_1_1credentials.html#a3e82247dd735e27f470da7c877e884f4">removeExpired</a>(ApplyView& view, STTx <span class="keyword">const</span>& tx, <a class="code hl_class" href="classbeast_1_1Journal.html">beast::Journal</a> <span class="keyword">const</span> j);</div>
|
||||
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span><a class="code hl_function" href="namespaceripple_1_1credentials.html#a6f387c64edd50e14ca81e7864859188a">removeExpired</a>(ApplyView& view, STVector256 <span class="keyword">const</span>& arr, <a class="code hl_class" href="classbeast_1_1Journal.html">beast::Journal</a> <span class="keyword">const</span> j);</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">// Actually remove a credentials object from the ledger</span></div>
|
||||
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span><a class="code hl_typedef" href="namespaceripple.html#adfb760bc3e4ccb79d5d4f6ecff2f1817">TER</a></div>
|
||||
@@ -128,52 +128,75 @@ $(function() {
|
||||
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span><a class="code hl_typedef" href="namespaceripple.html#af99ba2263d2a1e29207c40a35fc9f6b3">NotTEC</a></div>
|
||||
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span><a class="code hl_function" href="namespaceripple_1_1credentials.html#a1dafe69f78db7112a8cde501be93d07e">checkFields</a>(PreflightContext <span class="keyword">const</span>& ctx);</div>
|
||||
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> </div>
|
||||
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span><span class="comment">// Accessing the ledger to check if provided credentials are valid</span></div>
|
||||
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span><a class="code hl_typedef" href="namespaceripple.html#adfb760bc3e4ccb79d5d4f6ecff2f1817">TER</a></div>
|
||||
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span><a class="code hl_function" href="namespaceripple_1_1credentials.html#abd2ed437891b9bd542d2afc3f5f4bc58">valid</a>(PreclaimContext <span class="keyword">const</span>& ctx, <a class="code hl_typedef" href="namespaceripple.html#a00ae0d729cb3e35b6bcac9a27ebb5284">AccountID</a> <span class="keyword">const</span>& src);</div>
|
||||
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div>
|
||||
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span><span class="comment">// This function is only called when we about to return tecNO_PERMISSION because</span></div>
|
||||
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span><span class="comment">// all the checks for the DepositPreauth authorization failed.</span></div>
|
||||
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span><a class="code hl_typedef" href="namespaceripple.html#adfb760bc3e4ccb79d5d4f6ecff2f1817">TER</a></div>
|
||||
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span><a class="code hl_function" href="namespaceripple_1_1credentials.html#ab7ad084e43c9038fdbe7497f127d6ea9">authorized</a>(ApplyContext <span class="keyword">const</span>& ctx, <a class="code hl_typedef" href="namespaceripple.html#a00ae0d729cb3e35b6bcac9a27ebb5284">AccountID</a> <span class="keyword">const</span>& dst);</div>
|
||||
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> </div>
|
||||
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span><span class="comment">// Sort credentials array, return empty set if there are duplicates</span></div>
|
||||
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/set.html">std::set<std::pair<AccountID, Slice></a>></div>
|
||||
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span><a class="code hl_function" href="namespaceripple_1_1credentials.html#ae65be8c497e1353bd10a43a73deb2ba8">makeSorted</a>(STArray <span class="keyword">const</span>& credentials);</div>
|
||||
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> </div>
|
||||
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span><span class="comment">// Check credentials array passed to DepositPreauth/PermissionedDomainSet</span></div>
|
||||
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span><span class="comment">// transactions</span></div>
|
||||
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span><a class="code hl_typedef" href="namespaceripple.html#af99ba2263d2a1e29207c40a35fc9f6b3">NotTEC</a></div>
|
||||
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span><a class="code hl_function" href="namespaceripple_1_1credentials.html#ac04569bf71f636523ff8443c921be35f">checkArray</a>(STArray <span class="keyword">const</span>& credentials, <span class="keywordtype">unsigned</span> maxSize, <a class="code hl_class" href="classbeast_1_1Journal.html">beast::Journal</a> j);</div>
|
||||
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> </div>
|
||||
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span>} <span class="comment">// namespace credentials</span></div>
|
||||
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span><span class="comment">// Accessing the ledger to check if provided credentials are valid. Do not use</span></div>
|
||||
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span><span class="comment">// in doApply (only in preclaim) since it does not remove expired credentials.</span></div>
|
||||
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span><span class="comment">// If you call it in prelaim, you also must call verifyDepositPreauth in doApply</span></div>
|
||||
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span><a class="code hl_typedef" href="namespaceripple.html#adfb760bc3e4ccb79d5d4f6ecff2f1817">TER</a></div>
|
||||
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span><a class="code hl_function" href="namespaceripple_1_1credentials.html#abd2ed437891b9bd542d2afc3f5f4bc58">valid</a>(PreclaimContext <span class="keyword">const</span>& ctx, <a class="code hl_typedef" href="namespaceripple.html#a00ae0d729cb3e35b6bcac9a27ebb5284">AccountID</a> <span class="keyword">const</span>& src);</div>
|
||||
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> </div>
|
||||
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span><span class="comment">// Check if subject has any credential maching the given domain. If you call it</span></div>
|
||||
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span><span class="comment">// in preclaim and it returns tecEXPIRED, you should call verifyValidDomain in</span></div>
|
||||
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span><span class="comment">// doApply. This will ensure that expired credentials are deleted.</span></div>
|
||||
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span><a class="code hl_typedef" href="namespaceripple.html#adfb760bc3e4ccb79d5d4f6ecff2f1817">TER</a></div>
|
||||
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span><a class="code hl_function" href="namespaceripple_1_1credentials.html#a7ef47d80197276f3af24ad41a41493f1">validDomain</a>(ReadView <span class="keyword">const</span>& view, <a class="code hl_typedef" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> domainID, <a class="code hl_typedef" href="namespaceripple.html#a00ae0d729cb3e35b6bcac9a27ebb5284">AccountID</a> <span class="keyword">const</span>& subject);</div>
|
||||
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> </div>
|
||||
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span><span class="comment">// This function is only called when we about to return tecNO_PERMISSION</span></div>
|
||||
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span><span class="comment">// because all the checks for the DepositPreauth authorization failed.</span></div>
|
||||
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span><a class="code hl_typedef" href="namespaceripple.html#adfb760bc3e4ccb79d5d4f6ecff2f1817">TER</a></div>
|
||||
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span><a class="code hl_function" href="namespaceripple_1_1credentials.html#abff42f3adfca49089b7b96d64582f229">authorizedDepositPreauth</a>(</div>
|
||||
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> ApplyView <span class="keyword">const</span>& view,</div>
|
||||
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> STVector256 <span class="keyword">const</span>& ctx,</div>
|
||||
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> <a class="code hl_typedef" href="namespaceripple.html#a00ae0d729cb3e35b6bcac9a27ebb5284">AccountID</a> <span class="keyword">const</span>& dst);</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="comment">// Check expired credentials and for existing DepositPreauth ledger object</span></div>
|
||||
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span><a class="code hl_typedef" href="namespaceripple.html#adfb760bc3e4ccb79d5d4f6ecff2f1817">TER</a></div>
|
||||
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span><a class="code hl_function" href="namespaceripple.html#aac087e7a6119190c1e57236bb32d0f1d">verifyDepositPreauth</a>(</div>
|
||||
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> ApplyContext& ctx,</div>
|
||||
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <a class="code hl_typedef" href="namespaceripple.html#a00ae0d729cb3e35b6bcac9a27ebb5284">AccountID</a> <span class="keyword">const</span>& src,</div>
|
||||
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> <a class="code hl_typedef" href="namespaceripple.html#a00ae0d729cb3e35b6bcac9a27ebb5284">AccountID</a> <span class="keyword">const</span>& dst,</div>
|
||||
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<SLE></a> <span class="keyword">const</span>& sleDst);</div>
|
||||
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> </div>
|
||||
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span>} <span class="comment">// namespace ripple</span></div>
|
||||
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> </div>
|
||||
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span><span class="preprocessor">#endif</span></div>
|
||||
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span><span class="comment">// Sort credentials array, return empty set if there are duplicates</span></div>
|
||||
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/set.html">std::set<std::pair<AccountID, Slice></a>></div>
|
||||
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span><a class="code hl_function" href="namespaceripple_1_1credentials.html#ae65be8c497e1353bd10a43a73deb2ba8">makeSorted</a>(STArray <span class="keyword">const</span>& credentials);</div>
|
||||
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> </div>
|
||||
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span><span class="comment">// Check credentials array passed to DepositPreauth/PermissionedDomainSet</span></div>
|
||||
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span><span class="comment">// transactions</span></div>
|
||||
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span><a class="code hl_typedef" href="namespaceripple.html#af99ba2263d2a1e29207c40a35fc9f6b3">NotTEC</a></div>
|
||||
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span><a class="code hl_function" href="namespaceripple_1_1credentials.html#ac04569bf71f636523ff8443c921be35f">checkArray</a>(STArray <span class="keyword">const</span>& credentials, <span class="keywordtype">unsigned</span> maxSize, <a class="code hl_class" href="classbeast_1_1Journal.html">beast::Journal</a> j);</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="comment">// namespace credentials</span></div>
|
||||
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> </div>
|
||||
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span><span class="comment">// Check expired credentials and for credentials maching DomainID of the ledger</span></div>
|
||||
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span><span class="comment">// object</span></div>
|
||||
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span><a class="code hl_typedef" href="namespaceripple.html#adfb760bc3e4ccb79d5d4f6ecff2f1817">TER</a></div>
|
||||
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span><a class="code hl_function" href="namespaceripple.html#ace07ad1d6a80473343ca26e55942008c">verifyValidDomain</a>(</div>
|
||||
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> ApplyView& view,</div>
|
||||
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> <a class="code hl_typedef" href="namespaceripple.html#a00ae0d729cb3e35b6bcac9a27ebb5284">AccountID</a> <span class="keyword">const</span>& account,</div>
|
||||
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> <a class="code hl_typedef" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> domainID,</div>
|
||||
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> <a class="code hl_class" href="classbeast_1_1Journal.html">beast::Journal</a> j);</div>
|
||||
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> </div>
|
||||
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span><span class="comment">// Check expired credentials and for existing DepositPreauth ledger object</span></div>
|
||||
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span><a class="code hl_typedef" href="namespaceripple.html#adfb760bc3e4ccb79d5d4f6ecff2f1817">TER</a></div>
|
||||
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span><a class="code hl_function" href="namespaceripple.html#aac087e7a6119190c1e57236bb32d0f1d">verifyDepositPreauth</a>(</div>
|
||||
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> ApplyContext& ctx,</div>
|
||||
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> <a class="code hl_typedef" href="namespaceripple.html#a00ae0d729cb3e35b6bcac9a27ebb5284">AccountID</a> <span class="keyword">const</span>& src,</div>
|
||||
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> <a class="code hl_typedef" href="namespaceripple.html#a00ae0d729cb3e35b6bcac9a27ebb5284">AccountID</a> <span class="keyword">const</span>& dst,</div>
|
||||
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<SLE></a> <span class="keyword">const</span>& sleDst);</div>
|
||||
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> </div>
|
||||
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span>} <span class="comment">// namespace ripple</span></div>
|
||||
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> </div>
|
||||
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span><span class="preprocessor">#endif</span></div>
|
||||
<div class="ttc" id="aclassbeast_1_1Journal_html"><div class="ttname"><a href="classbeast_1_1Journal.html">beast::Journal</a></div><div class="ttdoc">A generic endpoint for log messages.</div><div class="ttdef"><b>Definition:</b> <a href="Journal_8h_source.html#l00059">Journal.h:60</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1NetClock_html_a4c2428e178dca6689fa3fb4be0657107"><div class="ttname"><a href="classripple_1_1NetClock.html#a4c2428e178dca6689fa3fb4be0657107">ripple::NetClock::time_point</a></div><div class="ttdeci">std::chrono::time_point< NetClock > time_point</div><div class="ttdef"><b>Definition:</b> <a href="chrono_8h_source.html#l00069">chrono.h:69</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1credentials_html_a1dafe69f78db7112a8cde501be93d07e"><div class="ttname"><a href="namespaceripple_1_1credentials.html#a1dafe69f78db7112a8cde501be93d07e">ripple::credentials::checkFields</a></div><div class="ttdeci">NotTEC checkFields(PreflightContext const &ctx)</div><div class="ttdef"><b>Definition:</b> <a href="CredentialHelpers_8cpp_source.html#l00123">CredentialHelpers.cpp:123</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1credentials_html_a30ab74d67d54ae313c088d253735ffb9"><div class="ttname"><a href="namespaceripple_1_1credentials.html#a30ab74d67d54ae313c088d253735ffb9">ripple::credentials::deleteSLE</a></div><div class="ttdeci">TER deleteSLE(ApplyView &view, std::shared_ptr< SLE > const &sleCredential, beast::Journal j)</div><div class="ttdef"><b>Definition:</b> <a href="CredentialHelpers_8cpp_source.html#l00068">CredentialHelpers.cpp:68</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1credentials_html_a3e82247dd735e27f470da7c877e884f4"><div class="ttname"><a href="namespaceripple_1_1credentials.html#a3e82247dd735e27f470da7c877e884f4">ripple::credentials::removeExpired</a></div><div class="ttdeci">bool removeExpired(ApplyView &view, STTx const &tx, beast::Journal const j)</div><div class="ttdef"><b>Definition:</b> <a href="CredentialHelpers_8cpp_source.html#l00042">CredentialHelpers.cpp:42</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1credentials_html_ab7ad084e43c9038fdbe7497f127d6ea9"><div class="ttname"><a href="namespaceripple_1_1credentials.html#ab7ad084e43c9038fdbe7497f127d6ea9">ripple::credentials::authorized</a></div><div class="ttdeci">TER authorized(ApplyContext const &ctx, AccountID const &dst)</div><div class="ttdef"><b>Definition:</b> <a href="CredentialHelpers_8cpp_source.html#l00189">CredentialHelpers.cpp:189</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1credentials_html_a6f387c64edd50e14ca81e7864859188a"><div class="ttname"><a href="namespaceripple_1_1credentials.html#a6f387c64edd50e14ca81e7864859188a">ripple::credentials::removeExpired</a></div><div class="ttdeci">bool removeExpired(ApplyView &view, STVector256 const &arr, beast::Journal const j)</div><div class="ttdef"><b>Definition:</b> <a href="CredentialHelpers_8cpp_source.html#l00043">CredentialHelpers.cpp:43</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1credentials_html_a7ef47d80197276f3af24ad41a41493f1"><div class="ttname"><a href="namespaceripple_1_1credentials.html#a7ef47d80197276f3af24ad41a41493f1">ripple::credentials::validDomain</a></div><div class="ttdeci">TER validDomain(ReadView const &view, uint256 domainID, AccountID const &subject)</div><div class="ttdef"><b>Definition:</b> <a href="CredentialHelpers_8cpp_source.html#l00189">CredentialHelpers.cpp:189</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1credentials_html_abd2ed437891b9bd542d2afc3f5f4bc58"><div class="ttname"><a href="namespaceripple_1_1credentials.html#abd2ed437891b9bd542d2afc3f5f4bc58">ripple::credentials::valid</a></div><div class="ttdeci">TER valid(PreclaimContext const &ctx, AccountID const &src)</div><div class="ttdef"><b>Definition:</b> <a href="CredentialHelpers_8cpp_source.html#l00153">CredentialHelpers.cpp:153</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1credentials_html_ac04569bf71f636523ff8443c921be35f"><div class="ttname"><a href="namespaceripple_1_1credentials.html#ac04569bf71f636523ff8443c921be35f">ripple::credentials::checkArray</a></div><div class="ttdeci">NotTEC checkArray(STArray const &credentials, unsigned maxSize, beast::Journal j)</div><div class="ttdef"><b>Definition:</b> <a href="CredentialHelpers_8cpp_source.html#l00231">CredentialHelpers.cpp:231</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1credentials_html_ac66d9ac39e5253de1adf14362f72676e"><div class="ttname"><a href="namespaceripple_1_1credentials.html#ac66d9ac39e5253de1adf14362f72676e">ripple::credentials::checkExpired</a></div><div class="ttdeci">bool checkExpired(std::shared_ptr< SLE const > const &sleCredential, NetClock::time_point const &closed)</div><div class="ttdef"><b>Definition:</b> <a href="CredentialHelpers_8cpp_source.html#l00031">CredentialHelpers.cpp:31</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1credentials_html_ae65be8c497e1353bd10a43a73deb2ba8"><div class="ttname"><a href="namespaceripple_1_1credentials.html#ae65be8c497e1353bd10a43a73deb2ba8">ripple::credentials::makeSorted</a></div><div class="ttdeci">std::set< std::pair< AccountID, Slice > > makeSorted(STArray const &credentials)</div><div class="ttdef"><b>Definition:</b> <a href="CredentialHelpers_8cpp_source.html#l00218">CredentialHelpers.cpp:218</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1credentials_html_abff42f3adfca49089b7b96d64582f229"><div class="ttname"><a href="namespaceripple_1_1credentials.html#abff42f3adfca49089b7b96d64582f229">ripple::credentials::authorizedDepositPreauth</a></div><div class="ttdeci">TER authorizedDepositPreauth(ApplyView const &view, STVector256 const &credIDs, AccountID const &dst)</div><div class="ttdef"><b>Definition:</b> <a href="CredentialHelpers_8cpp_source.html#l00229">CredentialHelpers.cpp:229</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1credentials_html_ac04569bf71f636523ff8443c921be35f"><div class="ttname"><a href="namespaceripple_1_1credentials.html#ac04569bf71f636523ff8443c921be35f">ripple::credentials::checkArray</a></div><div class="ttdeci">NotTEC checkArray(STArray const &credentials, unsigned maxSize, beast::Journal j)</div><div class="ttdef"><b>Definition:</b> <a href="CredentialHelpers_8cpp_source.html#l00270">CredentialHelpers.cpp:270</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1credentials_html_ac66d9ac39e5253de1adf14362f72676e"><div class="ttname"><a href="namespaceripple_1_1credentials.html#ac66d9ac39e5253de1adf14362f72676e">ripple::credentials::checkExpired</a></div><div class="ttdeci">bool checkExpired(std::shared_ptr< SLE const > const &sleCredential, NetClock::time_point const &closed)</div><div class="ttdef"><b>Definition:</b> <a href="CredentialHelpers_8cpp_source.html#l00032">CredentialHelpers.cpp:32</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1credentials_html_ae65be8c497e1353bd10a43a73deb2ba8"><div class="ttname"><a href="namespaceripple_1_1credentials.html#ae65be8c497e1353bd10a43a73deb2ba8">ripple::credentials::makeSorted</a></div><div class="ttdeci">std::set< std::pair< AccountID, Slice > > makeSorted(STArray const &credentials)</div><div class="ttdef"><b>Definition:</b> <a href="CredentialHelpers_8cpp_source.html#l00257">CredentialHelpers.cpp:257</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#l00026">algorithm.h:26</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a00ae0d729cb3e35b6bcac9a27ebb5284"><div class="ttname"><a href="namespaceripple.html#a00ae0d729cb3e35b6bcac9a27ebb5284">ripple::AccountID</a></div><div class="ttdeci">base_uint< 160, detail::AccountIDTag > AccountID</div><div class="ttdoc">A 160-bit unsigned that uniquely identifies an account.</div><div class="ttdef"><b>Definition:</b> <a href="AccountID_8h_source.html#l00049">AccountID.h:49</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aac087e7a6119190c1e57236bb32d0f1d"><div class="ttname"><a href="namespaceripple.html#aac087e7a6119190c1e57236bb32d0f1d">ripple::verifyDepositPreauth</a></div><div class="ttdeci">TER verifyDepositPreauth(ApplyContext &ctx, AccountID const &src, AccountID const &dst, std::shared_ptr< SLE > const &sleDst)</div><div class="ttdef"><b>Definition:</b> <a href="CredentialHelpers_8cpp_source.html#l00277">CredentialHelpers.cpp:277</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_adfb760bc3e4ccb79d5d4f6ecff2f1817"><div class="ttname"><a href="namespaceripple.html#adfb760bc3e4ccb79d5d4f6ecff2f1817">ripple::TER</a></div><div class="ttdeci">TERSubset< CanCvtToTER > TER</div><div class="ttdef"><b>Definition:</b> <a href="TER_8h_source.html#l00627">TER.h:627</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_af99ba2263d2a1e29207c40a35fc9f6b3"><div class="ttname"><a href="namespaceripple.html#af99ba2263d2a1e29207c40a35fc9f6b3">ripple::NotTEC</a></div><div class="ttdeci">TERSubset< CanCvtToNotTEC > NotTEC</div><div class="ttdef"><b>Definition:</b> <a href="TER_8h_source.html#l00587">TER.h:587</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a356c68147333a9a48a344718038576d9"><div class="ttname"><a href="namespaceripple.html#a356c68147333a9a48a344718038576d9">ripple::uint256</a></div><div class="ttdeci">base_uint< 256 > uint256</div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00558">base_uint.h:558</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aac087e7a6119190c1e57236bb32d0f1d"><div class="ttname"><a href="namespaceripple.html#aac087e7a6119190c1e57236bb32d0f1d">ripple::verifyDepositPreauth</a></div><div class="ttdeci">TER verifyDepositPreauth(ApplyContext &ctx, AccountID const &src, AccountID const &dst, std::shared_ptr< SLE > const &sleDst)</div><div class="ttdef"><b>Definition:</b> <a href="CredentialHelpers_8cpp_source.html#l00356">CredentialHelpers.cpp:356</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ace07ad1d6a80473343ca26e55942008c"><div class="ttname"><a href="namespaceripple.html#ace07ad1d6a80473343ca26e55942008c">ripple::verifyValidDomain</a></div><div class="ttdeci">TER verifyValidDomain(ApplyView &view, AccountID const &account, uint256 domainID, beast::Journal j)</div><div class="ttdef"><b>Definition:</b> <a href="CredentialHelpers_8cpp_source.html#l00316">CredentialHelpers.cpp:316</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_adfb760bc3e4ccb79d5d4f6ecff2f1817"><div class="ttname"><a href="namespaceripple.html#adfb760bc3e4ccb79d5d4f6ecff2f1817">ripple::TER</a></div><div class="ttdeci">TERSubset< CanCvtToTER > TER</div><div class="ttdef"><b>Definition:</b> <a href="TER_8h_source.html#l00643">TER.h:643</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_af99ba2263d2a1e29207c40a35fc9f6b3"><div class="ttname"><a href="namespaceripple.html#af99ba2263d2a1e29207c40a35fc9f6b3">ripple::NotTEC</a></div><div class="ttdeci">TERSubset< CanCvtToNotTEC > NotTEC</div><div class="ttdef"><b>Definition:</b> <a href="TER_8h_source.html#l00603">TER.h:603</a></div></div>
|
||||
<div class="ttc" id="aset_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/set.html">std::set</a></div></div>
|
||||
<div class="ttc" id="ashared_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a></div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
|
||||
Reference in New Issue
Block a user