~myers-1/pyopenssl/npn

« back to all changes in this revision

Viewing changes to doc/html/openssl-x509name.html

  • Committer: Jean-Paul Calderone
  • Date: 2011-04-11 23:26:11 UTC
  • mfrom: (143.1.6 release-0.12)
  • Revision ID: exarkun@divmod.com-20110411232611-z1xtswwjxqorzjrn
Merge 0.12 release branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
2
<html>
3
3
<head>
4
 
<title>3.1.2 X509Name objects </title>
5
 
<META NAME="description" CONTENT="3.1.2 X509Name objects ">
 
4
<title>3.1.3 X509Name objects </title>
 
5
<META NAME="description" CONTENT="3.1.3 X509Name objects ">
6
6
<META NAME="keywords" CONTENT="pyOpenSSL">
7
7
<META NAME="resource-type" CONTENT="document">
8
8
<META NAME="distribution" CONTENT="global">
36
36
  border="0" height="32"
37
37
  alt="" width="32"></td>
38
38
</tr></table>
39
 
<b class="navlabel">Previous:</b> <a class="sectref" href="openssl-x509.html">3.1.1 X509 objects</A>
 
39
<b class="navlabel">Previous:</b> <a class="sectref" href="openssl-x509.html">3.1.2 X509 objects</A>
40
40
<b class="navlabel">Up:</b> <a class="sectref" href="openssl-crypto.html">3.1 crypto  </A>
41
 
<b class="navlabel">Next:</b> <a class="sectref" href="openssl-x509req.html">3.1.3 X509Req objects</A>
 
41
<b class="navlabel">Next:</b> <a class="sectref" href="openssl-x509req.html">3.1.4 X509Req objects</A>
42
42
<br><hr>
43
43
</DIV>
44
44
<!--End of Navigation Panel-->
45
45
 
46
 
<H3><A NAME="SECTION000412000000000000000">&nbsp;</A>
 
46
<H3><A NAME="SECTION000413000000000000000">&nbsp;</A>
47
47
<BR>
48
 
3.1.2 X509Name objects 
 
48
3.1.3 X509Name objects 
49
49
</H3>
50
50
 
51
51
<P>
52
52
X509Name objects have the following methods:
53
53
 
54
54
<P>
55
 
<dl><dt><b><a name='l2h-60'><tt class='method'>hash</tt></a></b>()
 
55
<dl><dt><b><a name='l2h-64'><tt class='method'>hash</tt></a></b>()
56
56
<dd>
57
57
Return an integer giving the first four bytes of the MD5 digest of the DER
58
58
representation of the name.
59
59
</dl>
60
60
 
61
61
<P>
62
 
<dl><dt><b><a name='l2h-61'><tt class='method'>der</tt></a></b>()
 
62
<dl><dt><b><a name='l2h-65'><tt class='method'>der</tt></a></b>()
63
63
<dd>
64
64
Return a string giving the DER representation of the name.
65
65
</dl>
66
66
 
67
67
<P>
68
 
<dl><dt><b><a name='l2h-62'><tt class='method'>get_components</tt></a></b>()
 
68
<dl><dt><b><a name='l2h-66'><tt class='method'>get_components</tt></a></b>()
69
69
<dd>
70
70
Return a list of two-tuples of strings giving the components of the name.
71
71
</dl>
74
74
X509Name objects have the following members:
75
75
 
76
76
<P>
77
 
<dl><dt><b><a name='l2h-63'><tt class='member'>countryName</tt></a></b>
 
77
<dl><dt><b><a name='l2h-67'><tt class='member'>countryName</tt></a></b>
78
78
<dd>
79
79
The country of the entity. <code>C</code> may be used as an alias for
80
80
<code>countryName</code>.
81
81
</dl>
82
82
 
83
83
<P>
84
 
<dl><dt><b><a name='l2h-64'><tt class='member'>stateOrProvinceName</tt></a></b>
 
84
<dl><dt><b><a name='l2h-68'><tt class='member'>stateOrProvinceName</tt></a></b>
85
85
<dd>
86
86
The state or province of the entity. <code>ST</code> may be used as an alias for
87
87
<code>stateOrProvinceName</code>�
88
88
</dl>
89
89
 
90
90
<P>
91
 
<dl><dt><b><a name='l2h-65'><tt class='member'>localityName</tt></a></b>
 
91
<dl><dt><b><a name='l2h-69'><tt class='member'>localityName</tt></a></b>
92
92
<dd>
93
93
The locality of the entity. <code>L</code> may be used as an alias for
94
94
<code>localityName</code>.
95
95
</dl>
96
96
 
97
97
<P>
98
 
<dl><dt><b><a name='l2h-66'><tt class='member'>organizationName</tt></a></b>
 
98
<dl><dt><b><a name='l2h-70'><tt class='member'>organizationName</tt></a></b>
99
99
<dd>
100
100
The organization name of the entity. <code>O</code> may be used as an alias for
101
101
<code>organizationName</code>.
102
102
</dl>
103
103
 
104
104
<P>
105
 
<dl><dt><b><a name='l2h-67'><tt class='member'>organizationalUnitName</tt></a></b>
 
105
<dl><dt><b><a name='l2h-71'><tt class='member'>organizationalUnitName</tt></a></b>
106
106
<dd>
107
107
The organizational unit of the entity. <code>OU</code> may be used as an alias for
108
108
<code>organizationalUnitName</code>.
109
109
</dl>
110
110
 
111
111
<P>
112
 
<dl><dt><b><a name='l2h-68'><tt class='member'>commonName</tt></a></b>
 
112
<dl><dt><b><a name='l2h-72'><tt class='member'>commonName</tt></a></b>
113
113
<dd>
114
114
The common name of the entity. <code>CN</code> may be used as an alias for
115
115
<code>commonName</code>.
116
116
</dl>
117
117
 
118
118
<P>
119
 
<dl><dt><b><a name='l2h-69'><tt class='member'>emailAddress</tt></a></b>
 
119
<dl><dt><b><a name='l2h-73'><tt class='member'>emailAddress</tt></a></b>
120
120
<dd>
121
121
The e-mail address of the entity.
122
122
</dl>
147
147
  border="0" height="32"
148
148
  alt="" width="32"></td>
149
149
</tr></table>
150
 
<b class="navlabel">Previous:</b> <a class="sectref" href="openssl-x509.html">3.1.1 X509 objects</A>
 
150
<b class="navlabel">Previous:</b> <a class="sectref" href="openssl-x509.html">3.1.2 X509 objects</A>
151
151
<b class="navlabel">Up:</b> <a class="sectref" href="openssl-crypto.html">3.1 crypto  </A>
152
 
<b class="navlabel">Next:</b> <a class="sectref" href="openssl-x509req.html">3.1.3 X509Req objects</A>
 
152
<b class="navlabel">Next:</b> <a class="sectref" href="openssl-x509req.html">3.1.4 X509Req objects</A>
153
153
<hr>
154
154
<span class="release-info">Release 0.11.</span>
155
155
</DIV>