blob: de5bf8e7b659375a00c453fa52e5dde1477a3eb1 [file] [log] [blame]
Jean-Paul Calderone897bc252008-02-18 20:50:23 -05001<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<title>3.1.6 PKCS7 objects </title>
5<META NAME="description" CONTENT="3.1.6 PKCS7 objects ">
6<META NAME="keywords" CONTENT="pyOpenSSL">
7<META NAME="resource-type" CONTENT="document">
8<META NAME="distribution" CONTENT="global">
9<link rel="STYLESHEET" href="pyOpenSSL.css">
10<LINK REL="next" href="openssl-pkcs12.html">
11<LINK REL="previous" href="openssl-pkey.html">
12<LINK REL="up" href="openssl-crypto.html">
13<LINK REL="next" href="openssl-pkcs12.html">
14</head>
15<body>
16<DIV CLASS="navigation">
17<table align="center" width="100%" cellpadding="0" cellspacing="2">
18<tr>
19<td><A href="openssl-pkey.html"><img src="previous.gif"
20border="0" height="32"
21 alt="Previous Page" width="32"></A></td>
22<td><A href="openssl-crypto.html"><img src="up.gif"
23border="0" height="32"
24 alt="Up One Level" width="32"></A></td>
25<td><A href="openssl-pkcs12.html"><img src="next.gif"
26border="0" height="32"
27 alt="Next Page" width="32"></A></td>
28<td align="center" width="100%">Python OpenSSL Manual</td>
29<td><A href="contents.html"><img src="contents.gif"
30border="0" height="32"
31 alt="Contents" width="32"></A></td>
32<td><img src="blank.gif"
33 border="0" height="32"
34 alt="" width="32"></td>
35<td><img src="blank.gif"
36 border="0" height="32"
37 alt="" width="32"></td>
38</tr></table>
39<b class="navlabel">Previous:</b> <a class="sectref" href="openssl-pkey.html">3.1.5 PKey objects</A>
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-pkcs12.html">3.1.7 PKCS12 objects</A>
42<br><hr>
43</DIV>
44<!--End of Navigation Panel-->
45
46<H3><A NAME="SECTION000416000000000000000">&nbsp;</A>
47<BR>
483.1.6 PKCS7 objects
49</H3>
50<P>
51<EM><EM><EM>PKCS7 objects have the following methods:
52</EM></EM></EM>
53<P>
54<dl><dt><b><a name='l2h-67'><tt class='method'>type_is_signed</tt></a></b>()
55<dd>
56FIXME
57</dl>
58<P>
59<dl><dt><b><a name='l2h-68'><tt class='method'>type_is_enveloped</tt></a></b>()
60<dd>
61FIXME
62</dl>
63<P>
64<dl><dt><b><a name='l2h-69'><tt class='method'>type_is_signedAndEnveloped</tt></a></b>()
65<dd>
66FIXME
67</dl>
68<P>
69<dl><dt><b><a name='l2h-70'><tt class='method'>type_is_data</tt></a></b>()
70<dd>
71FIXME
72</dl>
73<P>
74<dl><dt><b><a name='l2h-71'><tt class='method'>get_type_name</tt></a></b>()
75<dd>
76Get the type name of the PKCS7.
77</dl>
78<P>
79
80<DIV CLASS="navigation">
81<p><hr>
82<table align="center" width="100%" cellpadding="0" cellspacing="2">
83<tr>
84<td><A href="openssl-pkey.html"><img src="previous.gif"
85border="0" height="32"
86 alt="Previous Page" width="32"></A></td>
87<td><A href="openssl-crypto.html"><img src="up.gif"
88border="0" height="32"
89 alt="Up One Level" width="32"></A></td>
90<td><A href="openssl-pkcs12.html"><img src="next.gif"
91border="0" height="32"
92 alt="Next Page" width="32"></A></td>
93<td align="center" width="100%">Python OpenSSL Manual</td>
94<td><A href="contents.html"><img src="contents.gif"
95border="0" height="32"
96 alt="Contents" width="32"></A></td>
97<td><img src="blank.gif"
98 border="0" height="32"
99 alt="" width="32"></td>
100<td><img src="blank.gif"
101 border="0" height="32"
102 alt="" width="32"></td>
103</tr></table>
104<b class="navlabel">Previous:</b> <a class="sectref" href="openssl-pkey.html">3.1.5 PKey objects</A>
105<b class="navlabel">Up:</b> <a class="sectref" href="openssl-crypto.html">3.1 crypto </A>
106<b class="navlabel">Next:</b> <a class="sectref" href="openssl-pkcs12.html">3.1.7 PKCS12 objects</A>
107<hr>
108<span class="release-info">Release 0.6.</span>
109</DIV>
110<!--End of Navigation Panel-->
111
112</BODY>
113</HTML>