aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/interfaces.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hazmat/primitives/interfaces.rst')
-rw-r--r--docs/hazmat/primitives/interfaces.rst12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index 09a5a4ce..cbca5ed6 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -130,7 +130,13 @@ Asymmetric Interfaces
The public exponent.
- .. attribute:: key_length
+ .. attribute:: private_exponent
+
+ :type: int
+
+ The private exponent.
+
+ .. attribute:: key_size
:type: int
@@ -152,7 +158,7 @@ Asymmetric Interfaces
:type: int
- The private exponent.
+ The private exponent. Alias for :attr:`private_exponent`.
.. attribute:: n
@@ -179,7 +185,7 @@ Asymmetric Interfaces
The public modulus.
- .. attribute:: key_length
+ .. attribute:: key_size
:type: int