diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-08 16:05:39 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-08 16:05:56 -0500 |
commit | c5d886a0c1d160147578a52b9ed83c6a40708788 (patch) | |
tree | b000f7f3d8c79f01a08459c7d0686bb8bc39be0f /docs/hazmat/primitives/asymmetric | |
parent | 419615b0cf02d3763b7da208d7118b39e5f25a3b (diff) | |
download | cryptography-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/primitives/asymmetric')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/serialization.rst | 4 |
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 |