aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/dsa.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/dsa.rst')
-rw-r--r--docs/hazmat/primitives/asymmetric/dsa.rst9
1 files changed, 1 insertions, 8 deletions
diff --git a/docs/hazmat/primitives/asymmetric/dsa.rst b/docs/hazmat/primitives/asymmetric/dsa.rst
index 713fdeb8..ea913dd3 100644
--- a/docs/hazmat/primitives/asymmetric/dsa.rst
+++ b/docs/hazmat/primitives/asymmetric/dsa.rst
@@ -253,7 +253,7 @@ DSA
The :class:`~cryptography.hazmat.primitives.dsa.DSAParameterNumbers`
associated with the public key.
-.. class:: DSAPrivateNumbers(x, public_numbers, parameter_numbers)
+.. class:: DSAPrivateNumbers(x, public_numbers)
.. versionadded:: 0.5
@@ -277,13 +277,6 @@ DSA
The :class:`~cryptography.hazmat.primitives.dsa.DSAPublicNumbers`
associated with the private key.
- .. attribute:: parameter_numbers
-
- :type: :class:`~cryptography.hazmat.primitives.dsa.DSAParameterNumbers`
-
- The :class:`~cryptography.hazmat.primitives.dsa.DSAParameterNumbers`
- associated with the public key.
-
.. _`DSA`: https://en.wikipedia.org/wiki/Digital_Signature_Algorithm
.. _`public-key`: https://en.wikipedia.org/wiki/Public-key_cryptography
.. _`FIPS 186-4`: http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf