aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/serialization.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-05 21:17:45 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-08 17:25:28 -0500
commita5515c7cdd535b0a2d09ac472c4bb4758491cf4e (patch)
treed432e69a52c41986a1d447bb7c19ffe9dfb34b60 /docs/hazmat/primitives/asymmetric/serialization.rst
parent785cb422767cb7a99fa71d28e2e2e13b16f35c90 (diff)
downloadcryptography-a5515c7cdd535b0a2d09ac472c4bb4758491cf4e.tar.gz
cryptography-a5515c7cdd535b0a2d09ac472c4bb4758491cf4e.tar.bz2
cryptography-a5515c7cdd535b0a2d09ac472c4bb4758491cf4e.zip
DSA public key serialization
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/serialization.rst')
-rw-r--r--docs/hazmat/primitives/asymmetric/serialization.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/asymmetric/serialization.rst b/docs/hazmat/primitives/asymmetric/serialization.rst
index ff69973a..7839f346 100644
--- a/docs/hazmat/primitives/asymmetric/serialization.rst
+++ b/docs/hazmat/primitives/asymmetric/serialization.rst
@@ -316,8 +316,10 @@ Serialization Formats
An enumeration for public key formats. Used with the ``public_bytes``
method available on
:class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization`
- and
- :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization`.
+ ,
+ :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization`
+ , and
+ :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization`.
.. attribute:: SubjectPublicKeyInfo