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.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index d94aee83..cc2a3000 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -231,7 +231,7 @@ Asymmetric Interfaces
The public exponent. Alias for :attr:`public_exponent`.
-.. class:: DSAParams
+.. class:: DSAParameters
.. versionadded:: 0.3
@@ -296,9 +296,9 @@ Asymmetric Interfaces
.. method:: parameters()
- :return: :class:`~cryptography.hazmat.primitives.interfaces.DSAParams`
+ :return: :class:`~cryptography.hazmat.primitives.interfaces.DSAParameters`
- The DSAParams object associated with this private key.
+ The DSAParameters object associated with this private key.
.. attribute:: key_size
@@ -327,9 +327,9 @@ Asymmetric Interfaces
.. method:: parameters()
- :return: :class:`~cryptography.hazmat.primitives.interfaces.DSAParams`
+ :return: :class:`~cryptography.hazmat.primitives.interfaces.DSAParameters`
- The DSAParams object associated with this public key.
+ The DSAParameters object associated with this public key.
.. attribute:: y