summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.cc>2014-06-17 15:33:42 +0200
committerLaurens Van Houtven <_@lvh.cc>2014-06-17 15:33:42 +0200
commit8aeafdd5f3e3232d462f8ca0d7633daae1e94381 (patch)
tree3677afadb6cbee3c2c23a60a445f9c28861b36fa /doc
parentef5c83dccfcc71f4d1ea6bde132ab1c1d5f4c947 (diff)
downloadpyopenssl-8aeafdd5f3e3232d462f8ca0d7633daae1e94381.tar.gz
Use autoclass for X509Store
Diffstat (limited to 'doc')
-rw-r--r--doc/api/crypto.rst13
1 files changed, 2 insertions, 11 deletions
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst
index b360e89..5637ea3 100644
--- a/doc/api/crypto.rst
+++ b/doc/api/crypto.rst
@@ -40,11 +40,6 @@
A class representing X.509 certificate requests.
-.. py:data:: X509StoreType
-
- A Python type object representing the X509Store object type.
-
-
.. py:data:: PKeyType
See :py:class:`PKey`.
@@ -519,12 +514,8 @@ X509Req objects have the following methods:
X509Store objects
-----------------
-The X509Store object has currently just one method:
-
-.. py:method:: X509Store.add_cert(cert)
-
- Add the certificate *cert* to the certificate store.
-
+.. autoclass:: X509Store
+ :members:
.. _openssl-pkey: