aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/rsa.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-03-19 18:41:35 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-03-19 18:41:35 -0400
commit798c03456d6f1fa8f27433a7e3928d583e1e120f (patch)
treeb97df27c8c25d8372e13f6d75a5cf1dff68cf590 /docs/hazmat/primitives/asymmetric/rsa.rst
parenta3bb335b2bfec37b0a37be1f5525d70945d4d815 (diff)
downloadcryptography-798c03456d6f1fa8f27433a7e3928d583e1e120f.tar.gz
cryptography-798c03456d6f1fa8f27433a7e3928d583e1e120f.tar.bz2
cryptography-798c03456d6f1fa8f27433a7e3928d583e1e120f.zip
document the ValueError
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/rsa.rst')
-rw-r--r--docs/hazmat/primitives/asymmetric/rsa.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst
index dbb0da4f..57c8eec2 100644
--- a/docs/hazmat/primitives/asymmetric/rsa.rst
+++ b/docs/hazmat/primitives/asymmetric/rsa.rst
@@ -108,6 +108,9 @@ RSA
:class:`~cryptography.hazmat.primitives.interfaces.AsymmetricPadding`
provider.
+ :raises ValueError: This is raised when the chosen hash algorithm is
+ too large for the key size.
+
:raises UnsupportedHash: This is raised when the backend does not
support the chosen hash algorithm. If the padding is
:class:`~cryptography.hazmat.primitives.asymmetric.padding.PSS`
@@ -210,6 +213,9 @@ RSA
:class:`~cryptography.hazmat.primitives.interfaces.AsymmetricPadding`
provider.
+ :raises ValueError: This is raised when the chosen hash algorithm is
+ too large for the key size.
+
:raises UnsupportedHash: This is raised when the backend does not
support the chosen hash algorithm. If the padding is
:class:`~cryptography.hazmat.primitives.asymmetric.padding.PSS`