summaryrefslogtreecommitdiff
path: root/doc/html/openssl-x509name.html
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@divmod.com>2011-04-07 15:41:56 -0400
committerJean-Paul Calderone <exarkun@divmod.com>2011-04-07 15:41:56 -0400
commit78caacceb1018f28d1aaa622a33329109cab8ae3 (patch)
tree47fb52508ca37e0815b61d418f2eca811ba9bb47 /doc/html/openssl-x509name.html
parent64dc3bbcfe65356b2edbe74f82c44436fd996680 (diff)
downloadpyopenssl-78caacceb1018f28d1aaa622a33329109cab8ae3.tar.gz
Regenerate documentation
Diffstat (limited to 'doc/html/openssl-x509name.html')
-rw-r--r--doc/html/openssl-x509name.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/html/openssl-x509name.html b/doc/html/openssl-x509name.html
index 17960ca..d4b6a90 100644
--- a/doc/html/openssl-x509name.html
+++ b/doc/html/openssl-x509name.html
@@ -1,8 +1,8 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
-<title>3.1.2 X509Name objects </title>
-<META NAME="description" CONTENT="3.1.2 X509Name objects ">
+<title>3.1.3 X509Name objects </title>
+<META NAME="description" CONTENT="3.1.3 X509Name objects ">
<META NAME="keywords" CONTENT="pyOpenSSL">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
@@ -36,36 +36,36 @@
border="0" height="32"
alt="" width="32"></td>
</tr></table>
-<b class="navlabel">Previous:</b> <a class="sectref" href="openssl-x509.html">3.1.1 X509 objects</A>
+<b class="navlabel">Previous:</b> <a class="sectref" href="openssl-x509.html">3.1.2 X509 objects</A>
<b class="navlabel">Up:</b> <a class="sectref" href="openssl-crypto.html">3.1 crypto </A>
-<b class="navlabel">Next:</b> <a class="sectref" href="openssl-x509req.html">3.1.3 X509Req objects</A>
+<b class="navlabel">Next:</b> <a class="sectref" href="openssl-x509req.html">3.1.4 X509Req objects</A>
<br><hr>
</DIV>
<!--End of Navigation Panel-->
-<H3><A NAME="SECTION000412000000000000000">&nbsp;</A>
+<H3><A NAME="SECTION000413000000000000000">&nbsp;</A>
<BR>
-3.1.2 X509Name objects
+3.1.3 X509Name objects
</H3>
<P>
X509Name objects have the following methods:
<P>
-<dl><dt><b><a name='l2h-60'><tt class='method'>hash</tt></a></b>()
+<dl><dt><b><a name='l2h-64'><tt class='method'>hash</tt></a></b>()
<dd>
Return an integer giving the first four bytes of the MD5 digest of the DER
representation of the name.
</dl>
<P>
-<dl><dt><b><a name='l2h-61'><tt class='method'>der</tt></a></b>()
+<dl><dt><b><a name='l2h-65'><tt class='method'>der</tt></a></b>()
<dd>
Return a string giving the DER representation of the name.
</dl>
<P>
-<dl><dt><b><a name='l2h-62'><tt class='method'>get_components</tt></a></b>()
+<dl><dt><b><a name='l2h-66'><tt class='method'>get_components</tt></a></b>()
<dd>
Return a list of two-tuples of strings giving the components of the name.
</dl>
@@ -74,49 +74,49 @@ Return a list of two-tuples of strings giving the components of the name.
X509Name objects have the following members:
<P>
-<dl><dt><b><a name='l2h-63'><tt class='member'>countryName</tt></a></b>
+<dl><dt><b><a name='l2h-67'><tt class='member'>countryName</tt></a></b>
<dd>
The country of the entity. <code>C</code> may be used as an alias for
<code>countryName</code>.
</dl>
<P>
-<dl><dt><b><a name='l2h-64'><tt class='member'>stateOrProvinceName</tt></a></b>
+<dl><dt><b><a name='l2h-68'><tt class='member'>stateOrProvinceName</tt></a></b>
<dd>
The state or province of the entity. <code>ST</code> may be used as an alias for
<code>stateOrProvinceName</code>·
</dl>
<P>
-<dl><dt><b><a name='l2h-65'><tt class='member'>localityName</tt></a></b>
+<dl><dt><b><a name='l2h-69'><tt class='member'>localityName</tt></a></b>
<dd>
The locality of the entity. <code>L</code> may be used as an alias for
<code>localityName</code>.
</dl>
<P>
-<dl><dt><b><a name='l2h-66'><tt class='member'>organizationName</tt></a></b>
+<dl><dt><b><a name='l2h-70'><tt class='member'>organizationName</tt></a></b>
<dd>
The organization name of the entity. <code>O</code> may be used as an alias for
<code>organizationName</code>.
</dl>
<P>
-<dl><dt><b><a name='l2h-67'><tt class='member'>organizationalUnitName</tt></a></b>
+<dl><dt><b><a name='l2h-71'><tt class='member'>organizationalUnitName</tt></a></b>
<dd>
The organizational unit of the entity. <code>OU</code> may be used as an alias for
<code>organizationalUnitName</code>.
</dl>
<P>
-<dl><dt><b><a name='l2h-68'><tt class='member'>commonName</tt></a></b>
+<dl><dt><b><a name='l2h-72'><tt class='member'>commonName</tt></a></b>
<dd>
The common name of the entity. <code>CN</code> may be used as an alias for
<code>commonName</code>.
</dl>
<P>
-<dl><dt><b><a name='l2h-69'><tt class='member'>emailAddress</tt></a></b>
+<dl><dt><b><a name='l2h-73'><tt class='member'>emailAddress</tt></a></b>
<dd>
The e-mail address of the entity.
</dl>
@@ -147,9 +147,9 @@ The e-mail address of the entity.
border="0" height="32"
alt="" width="32"></td>
</tr></table>
-<b class="navlabel">Previous:</b> <a class="sectref" href="openssl-x509.html">3.1.1 X509 objects</A>
+<b class="navlabel">Previous:</b> <a class="sectref" href="openssl-x509.html">3.1.2 X509 objects</A>
<b class="navlabel">Up:</b> <a class="sectref" href="openssl-crypto.html">3.1 crypto </A>
-<b class="navlabel">Next:</b> <a class="sectref" href="openssl-x509req.html">3.1.3 X509Req objects</A>
+<b class="navlabel">Next:</b> <a class="sectref" href="openssl-x509req.html">3.1.4 X509Req objects</A>
<hr>
<span class="release-info">Release 0.11.</span>
</DIV>