diff options
author | Mohammed Attia <skeuomorf@gmail.com> | 2014-03-04 19:20:45 +0200 |
---|---|---|
committer | Mohammed Attia <skeuomorf@gmail.com> | 2014-03-04 19:20:45 +0200 |
commit | 71acc67e71013f8660a16d78520da22ec379e259 (patch) | |
tree | ca310c945a5e06ccdbb1a91016b4e156af5d05af /docs | |
parent | 7a1738a1b8b3da2a215f2ea3aff73a67eaaab406 (diff) | |
download | cryptography-71acc67e71013f8660a16d78520da22ec379e259.tar.gz cryptography-71acc67e71013f8660a16d78520da22ec379e259.tar.bz2 cryptography-71acc67e71013f8660a16d78520da22ec379e259.zip |
Change DSAParams to DSAParameters
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 10 |
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 |