diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-02-16 20:24:12 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-02-16 20:24:12 -0800 |
commit | 5e208e7be554cb5c132acef9754c54681e24fab9 (patch) | |
tree | 2ca9c645bcd8778a9ba83f8a1c8c670515021ab4 /docs/hazmat/primitives/asymmetric/ec.rst | |
parent | 426eee7e732f90f04740e055381f0b37dadc2df1 (diff) | |
parent | 25bbc150752de98b459f061ce4b90628f2108dbd (diff) | |
download | cryptography-5e208e7be554cb5c132acef9754c54681e24fab9.tar.gz cryptography-5e208e7be554cb5c132acef9754c54681e24fab9.tar.bz2 cryptography-5e208e7be554cb5c132acef9754c54681e24fab9.zip |
Merge pull request #1666 from reaperhulk/move-asym-interfaces
move asymmetric signature/verification interfaces
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/ec.rst')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/ec.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/asymmetric/ec.rst b/docs/hazmat/primitives/asymmetric/ec.rst index 5b114710..f55247c3 100644 --- a/docs/hazmat/primitives/asymmetric/ec.rst +++ b/docs/hazmat/primitives/asymmetric/ec.rst @@ -304,7 +304,7 @@ Key Interfaces :class:`EllipticCurveSignatureAlgorithm` provider. :returns: - :class:`~cryptography.hazmat.primitives.interfaces.AsymmetricSignatureContext` + :class:`~cryptography.hazmat.primitives.asymmetric.AsymmetricSignatureContext` .. method:: public_key() @@ -344,7 +344,7 @@ Key Interfaces :class:`EllipticCurveSignatureAlgorithm` provider. :returns: - :class:`~cryptography.hazmat.primitives.interfaces.AsymmetricSignatureContext` + :class:`~cryptography.hazmat.primitives.asymmetric.AsymmetricVerificationContext` .. attribute:: curve |