aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()