summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.io>2015-04-20 11:59:28 -0700
committerLaurens Van Houtven <_@lvh.io>2015-04-20 11:59:28 -0700
commit1302781390c0097d91523cd3bd5363736f8bf72d (patch)
tree79a400facb4ffcabacf5c80e66600348675eafcb
parent9d4c0746e7df2ef541113ed1dc6e02e6ad60a21f (diff)
downloadpyopenssl-1302781390c0097d91523cd3bd5363736f8bf72d.tar.gz
Remove PKCS12Type reference
-rw-r--r--doc/api/crypto.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst
index 23d8521..64a4762 100644
--- a/doc/api/crypto.rst
+++ b/doc/api/crypto.rst
@@ -11,11 +11,6 @@
A class representing the X.509 store context.
-.. py:data:: PKCS12Type
-
- A Python type object representing the PKCS12 object type.
-
-
.. py:class:: X509Extension(typename, critical, value[, subject][, issuer])
A class representing an X.509 v3 certificate extensions. See