~myers-1/pyopenssl/npn

« back to all changes in this revision

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

  • Committer: Jean-Paul Calderone
  • Date: 2011-09-11 19:49:43 UTC
  • mfrom: (156.3.22 sphinx-doc)
  • Revision ID: exarkun@divmod.com-20110911194943-ucaan2tzidk7ek5l
Convert the documentation from LaTeX/epytext to Sphinx/ReST

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!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"
20
 
  border="0" height="32"
21
 
  alt="Previous Page" width="32"></A></td>
22
 
<td><A href="openssl-crypto.html"><img src="up.gif"
23
 
  border="0" height="32"
24
 
  alt="Up One Level" width="32"></A></td>
25
 
<td><A href="openssl-pkcs12.html"><img src="next.gif"
26
 
  border="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"
30
 
  border="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>
48
 
3.1.6 PKCS7 objects 
49
 
</H3>
50
 
 
51
 
<P>
52
 
PKCS7 objects have the following methods:
53
 
 
54
 
<P>
55
 
<dl><dt><b><a name='l2h-85'><tt class='method'>type_is_signed</tt></a></b>()
56
 
<dd>
57
 
FIXME
58
 
</dl>
59
 
 
60
 
<P>
61
 
<dl><dt><b><a name='l2h-86'><tt class='method'>type_is_enveloped</tt></a></b>()
62
 
<dd>
63
 
FIXME
64
 
</dl>
65
 
 
66
 
<P>
67
 
<dl><dt><b><a name='l2h-87'><tt class='method'>type_is_signedAndEnveloped</tt></a></b>()
68
 
<dd>
69
 
FIXME
70
 
</dl>
71
 
 
72
 
<P>
73
 
<dl><dt><b><a name='l2h-88'><tt class='method'>type_is_data</tt></a></b>()
74
 
<dd>
75
 
FIXME
76
 
</dl>
77
 
 
78
 
<P>
79
 
<dl><dt><b><a name='l2h-89'><tt class='method'>get_type_name</tt></a></b>()
80
 
<dd>
81
 
Get the type name of the PKCS7.
82
 
</dl>
83
 
 
84
 
<P>
85
 
 
86
 
<DIV CLASS="navigation">
87
 
<p><hr>
88
 
<table align="center" width="100%" cellpadding="0" cellspacing="2">
89
 
<tr>
90
 
<td><A href="openssl-pkey.html"><img src="previous.gif"
91
 
  border="0" height="32"
92
 
  alt="Previous Page" width="32"></A></td>
93
 
<td><A href="openssl-crypto.html"><img src="up.gif"
94
 
  border="0" height="32"
95
 
  alt="Up One Level" width="32"></A></td>
96
 
<td><A href="openssl-pkcs12.html"><img src="next.gif"
97
 
  border="0" height="32"
98
 
  alt="Next Page" width="32"></A></td>
99
 
<td align="center" width="100%">Python OpenSSL Manual</td>
100
 
<td><A href="contents.html"><img src="contents.gif"
101
 
  border="0" height="32"
102
 
  alt="Contents" width="32"></A></td>
103
 
<td><img src="blank.gif"
104
 
  border="0" height="32"
105
 
  alt="" width="32"></td>
106
 
<td><img src="blank.gif"
107
 
  border="0" height="32"
108
 
  alt="" width="32"></td>
109
 
</tr></table>
110
 
<b class="navlabel">Previous:</b> <a class="sectref" href="openssl-pkey.html">3.1.5 PKey objects</A>
111
 
<b class="navlabel">Up:</b> <a class="sectref" href="openssl-crypto.html">3.1 crypto  </A>
112
 
<b class="navlabel">Next:</b> <a class="sectref" href="openssl-pkcs12.html">3.1.7 PKCS12 objects</A>
113
 
<hr>
114
 
<span class="release-info">Release 0.13.</span>
115
 
</DIV>
116
 
<!--End of Navigation Panel-->
117
 
 
118
 
</BODY>
119
 
</HTML>