aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/rsa.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-07-04 13:14:27 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-07-04 13:14:27 -0400
commit947941410c1af61d63dc2d96cb7c5e36c4119da6 (patch)
tree899aec3607a38380c9908516353dbd890ae066fa /docs/hazmat/primitives/asymmetric/rsa.rst
parent3e7093a0e24cf9e4fb83e41579e489262c60989d (diff)
parentc0dd53e15451a1e938254fa7ad4f446fa52444c3 (diff)
downloadcryptography-947941410c1af61d63dc2d96cb7c5e36c4119da6.tar.gz
cryptography-947941410c1af61d63dc2d96cb7c5e36c4119da6.tar.bz2
cryptography-947941410c1af61d63dc2d96cb7c5e36c4119da6.zip
Merge pull request #2110 from reaperhulk/remove-with-numbers
remove docs for WithNumbers classes that are removed in 1.0
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/rsa.rst')
-rw-r--r--docs/hazmat/primitives/asymmetric/rsa.rst34
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst
index 3b5b677b..8689bad3 100644
--- a/docs/hazmat/primitives/asymmetric/rsa.rst
+++ b/docs/hazmat/primitives/asymmetric/rsa.rst
@@ -518,23 +518,6 @@ Key interfaces
The bit length of the modulus.
-.. class:: RSAPrivateKeyWithNumbers
-
- .. versionadded:: 0.5
-
- Extends :class:`RSAPrivateKey`.
-
- .. method:: private_numbers()
-
- Create a
- :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateNumbers`
- object.
-
- :returns: An
- :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateNumbers`
- instance.
-
-
.. class:: RSAPrivateKeyWithSerialization
.. versionadded:: 0.8
@@ -626,23 +609,6 @@ Key interfaces
The bit length of the modulus.
-.. class:: RSAPublicKeyWithNumbers
-
- .. versionadded:: 0.5
-
- Extends :class:`RSAPublicKey`.
-
- .. method:: public_numbers()
-
- Create a
- :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicNumbers`
- object.
-
- :returns: An
- :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicNumbers`
- instance.
-
-
.. class:: RSAPublicKeyWithSerialization
.. versionadded:: 0.8