GpgFrontend-Doxygen/docs/html/GpgUID_8h_source.html

156 lines
14 KiB
HTML
Raw Normal View History

2022-05-08 19:59:26 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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=11"/>
<meta name="generator" content="Doxygen 1.9.3"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>GpgFrontend Project: src/core/model/GpgUID.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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<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 id="projectrow">
<td id="projectalign">
<div id="projectname">GpgFrontend Project
</div>
<div id="projectbrief">A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.3 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('GpgUID_8h_source.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</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 class="header">
<div class="headertitle"><div class="title">GpgUID.h</div></div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span> </div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="preprocessor">#ifndef GPGFRONTEND_GPGUID_H</span></div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="preprocessor">#define GPGFRONTEND_GPGUID_H</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> </div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="preprocessor">#include &quot;GpgKeySignature.h&quot;</span></div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="preprocessor">#include &quot;GpgTOFUInfo.h&quot;</span></div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceGpgFrontend.html">GpgFrontend</a> {</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GpgUID.html"> 40</a></span><span class="keyword">class </span>GPGFRONTEND_CORE_EXPORT <a class="code hl_class" href="classGpgFrontend_1_1GpgUID.html">GpgUID</a> {</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> [[nodiscard]] std::string GetName() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> </div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> [[nodiscard]] std::string GetEmail() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> </div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> [[nodiscard]] std::string GetComment() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> </div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> [[nodiscard]] std::string GetUID() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> </div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> [[nodiscard]] <span class="keywordtype">bool</span> GetRevoked() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> </div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> [[nodiscard]] <span class="keywordtype">bool</span> GetInvalid() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> </div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> [[nodiscard]] std::unique_ptr&lt;std::vector&lt;GpgTOFUInfo&gt;&gt; GetTofuInfos() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> </div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> [[nodiscard]] std::unique_ptr&lt;std::vector&lt;GpgKeySignature&gt;&gt; GetSignatures()</div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> <span class="keyword">const</span>;</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> </div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GpgUID.html#a35fdcef4ecf2598461bdc596ffc7957c"> 105</a></span> <a class="code hl_function" href="classGpgFrontend_1_1GpgUID.html#a35fdcef4ecf2598461bdc596ffc7957c">GpgUID</a>();</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> </div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> <span class="keyword">explicit</span> <a class="code hl_class" href="classGpgFrontend_1_1GpgUID.html">GpgUID</a>(gpgme_user_id_t uid);</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> </div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> <a class="code hl_class" href="classGpgFrontend_1_1GpgUID.html">GpgUID</a>(<a class="code hl_class" href="classGpgFrontend_1_1GpgUID.html">GpgUID</a> &amp;&amp;o) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> </div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GpgUID.html#a58ed67984063f0b87e35bc1782a1cc0a"> 125</a></span> <a class="code hl_function" href="classGpgFrontend_1_1GpgUID.html#a58ed67984063f0b87e35bc1782a1cc0a">GpgUID</a>(<span class="keyword">const</span> <a class="code hl_class" href="classGpgFrontend_1_1GpgUID.html">GpgUID</a> &amp;) = <span class="keyword">delete</span>;</div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> </div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GpgUID.html#aa7551e06dde8966d4b379def59918a2d"> 133</a></span> <a class="code hl_class" href="classGpgFrontend_1_1GpgUID.html">GpgUID</a> &amp;<a class="code hl_function" href="classGpgFrontend_1_1GpgUID.html#aa7551e06dde8966d4b379def59918a2d">operator=</a>(<a class="code hl_class" href="classGpgFrontend_1_1GpgUID.html">GpgUID</a> &amp;&amp;o) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> </div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"><a class="line" href="classGpgFrontend_1_1GpgUID.html#af656ec19c9944c5e46118f56513bfb7a"> 140</a></span> <a class="code hl_class" href="classGpgFrontend_1_1GpgUID.html">GpgUID</a> &amp;<a class="code hl_function" href="classGpgFrontend_1_1GpgUID.html#af656ec19c9944c5e46118f56513bfb7a">operator=</a>(<span class="keyword">const</span> <a class="code hl_class" href="classGpgFrontend_1_1GpgUID.html">GpgUID</a> &amp;) = <span class="keyword">delete</span>;</div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> </div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> <span class="keyword">using</span> UidRefHandler =</div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> std::unique_ptr&lt;<span class="keyword">struct </span>_gpgme_user_id,</div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> std::function&lt;void(gpgme_user_id_t)&gt;&gt;; </div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> </div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> UidRefHandler uid_ref_ = nullptr; </div>
<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> </div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span>} <span class="comment">// namespace GpgFrontend</span></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="preprocessor">#endif </span><span class="comment">// GPGFRONTEND_GPGUID_H</span></div>
<div class="ttc" id="aclassGpgFrontend_1_1GpgUID_html"><div class="ttname"><a href="classGpgFrontend_1_1GpgUID.html">GpgFrontend::GpgUID</a></div><div class="ttdef"><b>Definition:</b> GpgUID.h:40</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1GpgUID_html_a35fdcef4ecf2598461bdc596ffc7957c"><div class="ttname"><a href="classGpgFrontend_1_1GpgUID.html#a35fdcef4ecf2598461bdc596ffc7957c">GpgFrontend::GpgUID::GpgUID</a></div><div class="ttdeci">GpgUID()</div><div class="ttdoc">Construct a new Gpg U I D object.</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1GpgUID_html_a58ed67984063f0b87e35bc1782a1cc0a"><div class="ttname"><a href="classGpgFrontend_1_1GpgUID.html#a58ed67984063f0b87e35bc1782a1cc0a">GpgFrontend::GpgUID::GpgUID</a></div><div class="ttdeci">GpgUID(const GpgUID &amp;)=delete</div><div class="ttdoc">Construct a new Gpg U I D object.</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1GpgUID_html_aa7551e06dde8966d4b379def59918a2d"><div class="ttname"><a href="classGpgFrontend_1_1GpgUID.html#aa7551e06dde8966d4b379def59918a2d">GpgFrontend::GpgUID::operator=</a></div><div class="ttdeci">GpgUID &amp; operator=(GpgUID &amp;&amp;o) noexcept</div></div>
<div class="ttc" id="aclassGpgFrontend_1_1GpgUID_html_af656ec19c9944c5e46118f56513bfb7a"><div class="ttname"><a href="classGpgFrontend_1_1GpgUID.html#af656ec19c9944c5e46118f56513bfb7a">GpgFrontend::GpgUID::operator=</a></div><div class="ttdeci">GpgUID &amp; operator=(const GpgUID &amp;)=delete</div></div>
<div class="ttc" id="anamespaceGpgFrontend_html"><div class="ttname"><a href="namespaceGpgFrontend.html">GpgFrontend</a></div><div class="ttdef"><b>Definition:</b> CoreCommonUtil.cpp:29</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_aebb8dcc11953d78e620bbef0b9e2183.html">core</a></li><li class="navelem"><a class="el" href="dir_db6209eff64d15a114e6ff7aefbf1abd.html">model</a></li><li class="navelem"><b>GpgUID.h</b></li>
<li class="footer">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.3 </li>
</ul>
</div>
</body>
</html>