17
17
<table align="center" width="100%" cellpadding="0" cellspacing="2">
19
19
<td><A href="openssl-pkcs7.html"><img src="previous.gif"
20
border="0" height="32"
20
border="0" height="32"
21
21
alt="Previous Page" width="32"></A></td>
22
22
<td><A href="openssl-crypto.html"><img src="up.gif"
23
border="0" height="32"
23
border="0" height="32"
24
24
alt="Up One Level" width="32"></A></td>
25
25
<td><A href="openssl-509ext.html"><img src="next.gif"
26
border="0" height="32"
26
border="0" height="32"
27
27
alt="Next Page" width="32"></A></td>
28
28
<td align="center" width="100%">Python OpenSSL Manual</td>
29
29
<td><A href="contents.html"><img src="contents.gif"
30
border="0" height="32"
30
border="0" height="32"
31
31
alt="Contents" width="32"></A></td>
32
32
<td><img src="blank.gif"
33
33
border="0" height="32"
52
52
PKCS12 objects have the following methods:
55
<dl><dt><b><a name='l2h-81'><tt class='method'>get_certificate</tt></a></b>()
55
<dl><dt><b><a name='l2h-81'><tt class='method'>export</tt></a></b>(<big>[</big><var>passphrase=None</var><big>]</big><big>[</big><var>, iter=2048</var><big>]</big><big>[</big><var>, maciter=1</var><big>]</big>)
57
Returns a PKCS12 object as a string.
60
The optional <var>passphrase</var> must be a string not a callback.
63
See also the man page for the C function <tt class="function">PKCS12_create</tt>.
67
<dl><dt><b><a name='l2h-82'><tt class='method'>get_ca_certificates</tt></a></b>()
69
Return CA certificates within the PKCS12 object as a tuple. Returns
70
<tt class="constant">None</tt> if no CA certificates are present.
74
<dl><dt><b><a name='l2h-83'><tt class='method'>get_certificate</tt></a></b>()
57
76
Return certificate portion of the PKCS12 structure.
61
<dl><dt><b><a name='l2h-82'><tt class='method'>get_privatekey</tt></a></b>()
80
<dl><dt><b><a name='l2h-84'><tt class='method'>get_friendlyname</tt></a></b>()
82
Return friendlyName portion of the PKCS12 structure.
86
<dl><dt><b><a name='l2h-85'><tt class='method'>get_privatekey</tt></a></b>()
63
88
Return private key portion of the PKCS12 structure
67
<dl><dt><b><a name='l2h-83'><tt class='method'>get_ca_certificates</tt></a></b>()
69
Return CA certificates within the PKCS12 object as a tuple. Returns
70
None if no CA certificates are present.
92
<dl><dt><b><a name='l2h-86'><tt class='method'>set_ca_certificates</tt></a></b>(<var>cacerts</var>)
94
Replace or set the CA certificates within the PKCS12 object with the sequence <var>cacerts</var>.
97
Set <var>cacerts</var> to <tt class="constant">None</tt> to remove all CA certificates.
101
<dl><dt><b><a name='l2h-87'><tt class='method'>set_certificate</tt></a></b>(<var>cert</var>)
103
Replace or set the certificate portion of the PKCS12 structure.
107
<dl><dt><b><a name='l2h-88'><tt class='method'>set_friendlyname</tt></a></b>(<var>name</var>)
109
Replace or set the friendlyName portion of the PKCS12 structure.
113
<dl><dt><b><a name='l2h-89'><tt class='method'>set_privatekey</tt></a></b>(<var>pkey</var>)
115
Replace or set private key portion of the PKCS12 structure
77
122
<table align="center" width="100%" cellpadding="0" cellspacing="2">
79
124
<td><A href="openssl-pkcs7.html"><img src="previous.gif"
80
border="0" height="32"
125
border="0" height="32"
81
126
alt="Previous Page" width="32"></A></td>
82
127
<td><A href="openssl-crypto.html"><img src="up.gif"
83
border="0" height="32"
128
border="0" height="32"
84
129
alt="Up One Level" width="32"></A></td>
85
130
<td><A href="openssl-509ext.html"><img src="next.gif"
86
border="0" height="32"
131
border="0" height="32"
87
132
alt="Next Page" width="32"></A></td>
88
133
<td align="center" width="100%">Python OpenSSL Manual</td>
89
134
<td><A href="contents.html"><img src="contents.gif"
90
border="0" height="32"
135
border="0" height="32"
91
136
alt="Contents" width="32"></A></td>
92
137
<td><img src="blank.gif"
93
138
border="0" height="32"
100
145
<b class="navlabel">Up:</b> <a class="sectref" href="openssl-crypto.html">3.1 crypto </A>
101
146
<b class="navlabel">Next:</b> <a class="sectref" href="openssl-509ext.html">3.1.8 X509Extension objects</A>
103
<span class="release-info">Release 0.9.</span>
148
<span class="release-info">Release 0.10.</span>
105
150
<!--End of Navigation Panel-->