aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/interfaces.rst
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-05-16 22:43:40 +0100
committerAlex Stapleton <alexs@prol.etari.at>2014-05-23 21:05:47 +0100
commit23a6266ac6a763f07ce397af0c1957cc124e7f81 (patch)
treeffe53abd93c7f6dedbb8885d9f52e24bbbb04523 /docs/hazmat/primitives/interfaces.rst
parentfc7e24aafc8de687c97c6416758b462b411d20fc (diff)
downloadcryptography-23a6266ac6a763f07ce397af0c1957cc124e7f81.tar.gz
cryptography-23a6266ac6a763f07ce397af0c1957cc124e7f81.tar.bz2
cryptography-23a6266ac6a763f07ce397af0c1957cc124e7f81.zip
Add docs for EC numbers
Diffstat (limited to 'docs/hazmat/primitives/interfaces.rst')
-rw-r--r--docs/hazmat/primitives/interfaces.rst30
1 files changed, 0 insertions, 30 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index 9a957cc2..f4597fbf 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -524,30 +524,12 @@ Asymmetric interfaces
The elliptic curve for this key.
- .. attribute:: private_key
-
- :type: int
-
- The private key.
-
.. attribute:: key_size
:type: int
The bit length of the curves base point.
- .. attribute:: x
-
- :type: int
-
- The affine x component of the public point used for verifying.
-
- .. attribute:: y
-
- :type: int
-
- The affine y component of the public point used for verifying.
-
.. method:: public_key()
:return: :class:`~cryptography.hazmat.primitives.interfaces.EllipticCurvePublicKey`
@@ -585,18 +567,6 @@ Asymmetric interfaces
The elliptic curve for this key.
- .. attribute:: x
-
- :type: int
-
- The affine x component of the public point used for verifying.
-
- .. attribute:: y
-
- :type: int
-
- The affine y component of the public point used for verifying.
-
.. attribute:: key_size
:type: int