aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-02-03 07:14:16 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-02-03 07:14:16 -0800
commit2649a694961a74126d977d8780d3d2fa2587e4e4 (patch)
tree0db4185eb178b3f922eaf02689a7483791c9cefa /docs/hazmat/primitives
parent24cb0e34d187cd4cc11e36f938fc2dbbd8719899 (diff)
downloadcryptography-2649a694961a74126d977d8780d3d2fa2587e4e4.tar.gz
cryptography-2649a694961a74126d977d8780d3d2fa2587e4e4.tar.bz2
cryptography-2649a694961a74126d977d8780d3d2fa2587e4e4.zip
Refer to the `d` param of RSA as `private_exponent`.
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r--docs/hazmat/primitives/interfaces.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index 7fef1c13..cbca5ed6 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -130,6 +130,12 @@ Asymmetric Interfaces
The public exponent.
+ .. 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