diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-23 19:13:19 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-25 22:59:03 -0600 |
commit | 42b3713eede3f5b417b0ce123fdcc9c4c24009d3 (patch) | |
tree | c610439bb695d7e1da8390a0c1133daef612727f /docs/hazmat/primitives/interfaces.rst | |
parent | d8c8f7cde6b43d08f39cd11cd2e2dd3ed7feb5a5 (diff) | |
download | cryptography-42b3713eede3f5b417b0ce123fdcc9c4c24009d3.tar.gz cryptography-42b3713eede3f5b417b0ce123fdcc9c4c24009d3.tar.bz2 cryptography-42b3713eede3f5b417b0ce123fdcc9c4c24009d3.zip |
add RSA verification support
Diffstat (limited to 'docs/hazmat/primitives/interfaces.rst')
-rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index 5be3dd95..53113223 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst @@ -254,8 +254,8 @@ Asymmetric Interfaces .. method:: verify() - :raises cryptography.exceptions.InvalidSignature: If signature does not - validate. + :raises :class:`~cryptography.exceptions.InvalidAsymmetricSignature`: If + the signature does not validate. .. class:: AsymmetricPadding |