aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2014-04-30 15:18:44 -0700
committerDavid Reid <dreid@dreid.org>2014-04-30 15:18:44 -0700
commit716b6bc323e1bc1b39614ebaf880ae5c32102a3b (patch)
tree11712c1cdecad720a884899f4a2a649ed8e37502 /docs/hazmat
parent2fc16f548c2a9e4e82ff1f42abd17583c0bcfb73 (diff)
downloadcryptography-716b6bc323e1bc1b39614ebaf880ae5c32102a3b.tar.gz
cryptography-716b6bc323e1bc1b39614ebaf880ae5c32102a3b.tar.bz2
cryptography-716b6bc323e1bc1b39614ebaf880ae5c32102a3b.zip
More RSA*Numbers documentation, gosh these descriptions are bad.
Diffstat (limited to 'docs/hazmat')
-rw-r--r--docs/hazmat/primitives/asymmetric/rsa.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst
index d66a339a..34e15a73 100644
--- a/docs/hazmat/primitives/asymmetric/rsa.rst
+++ b/docs/hazmat/primitives/asymmetric/rsa.rst
@@ -333,6 +333,9 @@ RSA
.. versionadded:: 0.5
+ An RSAPublicNumbers instance represents the constituent parts of an
+ RSA Public key as integers.
+
.. attribute:: n
:type: int
@@ -350,6 +353,8 @@ RSA
.. versionadded:: 0.5
+ An RSAPrivateNumbers instance represents the constituent parts of an
+ RSA Private key as integers.
.. method:: public_numbers()