diff options
author | David Reid <dreid@dreid.org> | 2014-04-30 15:18:44 -0700 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2014-04-30 15:18:44 -0700 |
commit | 716b6bc323e1bc1b39614ebaf880ae5c32102a3b (patch) | |
tree | 11712c1cdecad720a884899f4a2a649ed8e37502 /docs/hazmat/primitives | |
parent | 2fc16f548c2a9e4e82ff1f42abd17583c0bcfb73 (diff) | |
download | cryptography-716b6bc323e1bc1b39614ebaf880ae5c32102a3b.tar.gz cryptography-716b6bc323e1bc1b39614ebaf880ae5c32102a3b.tar.bz2 cryptography-716b6bc323e1bc1b39614ebaf880ae5c32102a3b.zip |
More RSA*Numbers documentation, gosh these descriptions are bad.
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/rsa.rst | 5 |
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() |