From 8c73a7bf86260dd7bd5edea99369a6ae27cc9936 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 23 Jun 2014 09:29:32 -0600 Subject: remove parameter_numbers from DSAPrivateNumbers since it's on public --- docs/hazmat/primitives/asymmetric/dsa.rst | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3