From da76ae019e98ef8580b9568bdd59fd27121ff432 Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 3 Jun 2014 14:01:18 -0700 Subject: Document UnsupportedAlgorithm in a super vague way. --- docs/hazmat/backends/interfaces.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/hazmat') diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst index 769ab989..1a2603bc 100644 --- a/docs/hazmat/backends/interfaces.rst +++ b/docs/hazmat/backends/interfaces.rst @@ -334,6 +334,9 @@ A specific ``backend`` may provide one or more of these interfaces. ``private_exponent``, ``public_exponent``, or ``modulus`` do not match the bounds specified in :rfc:`3447`. + :raises cryptography.exceptions.UnsupportedAlgorithm: This raised when + any backend specific criteria are not met. + .. method:: load_rsa_public_numbers(numbers): :param numbers: An instance of @@ -346,6 +349,9 @@ A specific ``backend`` may provide one or more of these interfaces. ``public_exponent`` or ``modulus`` do not match the bounds specified in :rfc:`3447`. + :raises cryptography.exceptions.UnsupportedAlgorithm: This raised when + any backend specific criteria are not met. + .. class:: TraditionalOpenSSLSerializationBackend -- cgit v1.2.3