aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-08 16:05:39 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-08 16:05:56 -0500
commitc5d886a0c1d160147578a52b9ed83c6a40708788 (patch)
treeb000f7f3d8c79f01a08459c7d0686bb8bc39be0f /docs/hazmat
parent419615b0cf02d3763b7da208d7118b39e5f25a3b (diff)
downloadcryptography-c5d886a0c1d160147578a52b9ed83c6a40708788.tar.gz
cryptography-c5d886a0c1d160147578a52b9ed83c6a40708788.tar.bz2
cryptography-c5d886a0c1d160147578a52b9ed83c6a40708788.zip
update docs to add ECPublicKey to list of classes that have public_bytes
Diffstat (limited to 'docs/hazmat')
-rw-r--r--docs/hazmat/primitives/asymmetric/serialization.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/serialization.rst b/docs/hazmat/primitives/asymmetric/serialization.rst
index e4b2d68b..f58c25b4 100644
--- a/docs/hazmat/primitives/asymmetric/serialization.rst
+++ b/docs/hazmat/primitives/asymmetric/serialization.rst
@@ -345,7 +345,9 @@ Serialization Encodings
and
:class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithSerialization`
as well as ``public_bytes`` on
- :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization`.
+ :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization`
+ and
+ :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization`.
.. attribute:: PEM