aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/ec.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-07-04 12:46:50 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-07-04 12:46:50 -0500
commit15a1b59e9c4bb8f5e450cb619d5885b948b10aee (patch)
treef2cb3ccaa22e6ddb8265a89a1d694f6dad62ff6e /docs/hazmat/primitives/asymmetric/ec.rst
parent947941410c1af61d63dc2d96cb7c5e36c4119da6 (diff)
downloadcryptography-15a1b59e9c4bb8f5e450cb619d5885b948b10aee.tar.gz
cryptography-15a1b59e9c4bb8f5e450cb619d5885b948b10aee.tar.bz2
cryptography-15a1b59e9c4bb8f5e450cb619d5885b948b10aee.zip
move PublicKeyWithSerialization methods to PublicKey
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/ec.rst')
-rw-r--r--docs/hazmat/primitives/asymmetric/ec.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/hazmat/primitives/asymmetric/ec.rst b/docs/hazmat/primitives/asymmetric/ec.rst
index daec5df3..4569f6d4 100644
--- a/docs/hazmat/primitives/asymmetric/ec.rst
+++ b/docs/hazmat/primitives/asymmetric/ec.rst
@@ -386,13 +386,6 @@ Key Interfaces
The elliptic curve for this key.
-
-.. class:: EllipticCurvePublicKeyWithSerialization
-
- .. versionadded:: 0.6
-
- Extends :class:`EllipticCurvePublicKey`.
-
.. method:: public_numbers()
Create a :class:`EllipticCurvePublicNumbers` object.
@@ -417,6 +410,13 @@ Key Interfaces
:return bytes: Serialized key.
+.. class:: EllipticCurvePublicKeyWithSerialization
+
+ .. versionadded:: 0.6
+
+ Alias of :class:`EllipticCurvePublicKey`.
+
+
.. _`FIPS 186-3`: http://csrc.nist.gov/publications/fips/fips186-3/fips_186-3.pdf
.. _`FIPS 186-4`: http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf
.. _`some concern`: https://crypto.stackexchange.com/questions/10263/should-we-trust-the-nist-recommended-ecc-parameters