aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/dsa.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-07-05 08:29:02 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-07-05 08:29:02 -0400
commit999605e33ae72ba439eddd22187697f0f6296171 (patch)
tree98ab3fd9efa84ba179cedac685ecc19dda5c2d71 /docs/hazmat/primitives/asymmetric/dsa.rst
parent6e56df3e7a6a9e08fe80c30c9815fbbbae00a682 (diff)
parent8ea90ef486632b71736c53083a8d93134c96c2db (diff)
downloadcryptography-999605e33ae72ba439eddd22187697f0f6296171.tar.gz
cryptography-999605e33ae72ba439eddd22187697f0f6296171.tar.bz2
cryptography-999605e33ae72ba439eddd22187697f0f6296171.zip
Merge pull request #2112 from reaperhulk/publickeywithserialization
move PublicKeyWithSerialization methods to PublicKey
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/dsa.rst')
-rw-r--r--docs/hazmat/primitives/asymmetric/dsa.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/hazmat/primitives/asymmetric/dsa.rst b/docs/hazmat/primitives/asymmetric/dsa.rst
index e16974d5..2ceb7d7d 100644
--- a/docs/hazmat/primitives/asymmetric/dsa.rst
+++ b/docs/hazmat/primitives/asymmetric/dsa.rst
@@ -367,13 +367,6 @@ Key interfaces
:returns:
:class:`~cryptography.hazmat.primitives.asymmetric.AsymmetricVerificationContext`
-
-.. class:: DSAPublicKeyWithSerialization
-
- .. versionadded:: 0.8
-
- Extends :class:`DSAPublicKey`.
-
.. method:: public_numbers()
Create a
@@ -402,6 +395,13 @@ Key interfaces
:return bytes: Serialized key.
+.. class:: DSAPublicKeyWithSerialization
+
+ .. versionadded:: 0.8
+
+ Alias for :class:`DSAPublicKey`.
+
+
.. _`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