commit | 9d4c0746e7df2ef541113ed1dc6e02e6ad60a21f | [log] [tgz] |
---|---|---|
author | Laurens Van Houtven <_@lvh.io> | Mon Apr 20 11:58:39 2015 -0700 |
committer | Laurens Van Houtven <_@lvh.io> | Mon Apr 20 11:58:39 2015 -0700 |
tree | 687b53702e4c039906c537702a68cf57175f8780 | |
parent | 8d917bfff53039eb6dbd4e56d19a38163c645444 [diff] [blame] |
Move key type constants
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst index 588e26a..23d8521 100644 --- a/doc/api/crypto.rst +++ b/doc/api/crypto.rst
@@ -47,12 +47,6 @@ A class representing Revocation objects of CRL. - -.. py:data:: TYPE_RSA - TYPE_DSA - - Key type constants. - .. py:exception:: Error Generic exception used in the :py:mod:`.crypto` module. @@ -265,6 +259,11 @@ .. _openssl-pkcs7: +.. py:data:: TYPE_RSA + TYPE_DSA + + Key type constants. + PKCS7 objects -------------