1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 3 <title>The basic certificate</title> 4 <link href="doxygen.css" rel="stylesheet" type="text/css"> 5 <link href="tabs.css" rel="stylesheet" type="text/css"> 6 </head><body> 7 <p> 8 <a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/></a> 9 </p> 10 <!-- end of header marker --> 11 <!-- Generated by Doxygen 1.9.1 --> 12 <script type="text/javascript" src="menudata.js"></script> 13 <script type="text/javascript" src="menu.js"></script> 14 <script type="text/javascript"> 15 /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ 16 $(function() { 17 initMenu('',false,false,'search.php','Search'); 18 }); 19 /* @license-end */</script> 20 <div id="main-nav"></div> 21 </div><!-- top --> 22 <div class="PageDoc"><div class="header"> 23 <div class="headertitle"> 24 <div class="title">The basic certificate </div> </div> 25 </div><!--header--> 26 <div class="contents"> 27 <div class="textblock"><p>The basic hx509 cerificate object in hx509 is hx509_cert. The hx509_cert object is representing one X509/PKIX certificate and associated attributes; like private key, friendly name, etc.</p> 28 <p>A hx509_cert object is usully found via the keyset interfaces (<a class="el" href="page_keyset.html">Certificate store operations</a>), but its also possible to create a certificate directly from a parsed object with <a class="el" href="group__hx509__cert.html#ga31c3f5e9a6d7892729c56f0f86a76f4a">hx509_cert_init()</a> and <a class="el" href="group__hx509__cert.html#ga134b62e36ffcf09bbf866a88bc4c5010">hx509_cert_init_data()</a>.</p> 29 <p>See the library functions here: <a class="el" href="group__hx509__cert.html">hx509 certificate functions</a> </p> 30 </div></div><!-- contents --> 31 </div><!-- PageDoc --> 32 <hr size="1"><address style="text-align: right;"><small> 33 Generated on Tue Nov 15 2022 14:04:25 for Heimdal x509 library by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.9.1</small></address> 34 </body> 35 </html> 36