aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-14 19:20:28 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-16 11:14:23 -0600
commit64ddb7a87d2eb5d1230b928b12dc7dca0c6c637d (patch)
treebceb2bc96d4fdd5e2bf6f338a8bf86faa2eca14b /docs/hazmat/backends
parent99c1b803aeb2260d8dbc131aca608276a714285c (diff)
downloadcryptography-64ddb7a87d2eb5d1230b928b12dc7dca0c6c637d.tar.gz
cryptography-64ddb7a87d2eb5d1230b928b12dc7dca0c6c637d.tar.bz2
cryptography-64ddb7a87d2eb5d1230b928b12dc7dca0c6c637d.zip
move asymmetric padding interface to primitives.asymmetric.padding
Diffstat (limited to 'docs/hazmat/backends')
-rw-r--r--docs/hazmat/backends/interfaces.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst
index 407140bd..0ce8f5f7 100644
--- a/docs/hazmat/backends/interfaces.rst
+++ b/docs/hazmat/backends/interfaces.rst
@@ -244,7 +244,7 @@ A specific ``backend`` may provide one or more of these interfaces.
Check if the specified ``padding`` is supported by the backend.
:param padding: An instance of an
- :class:`~cryptography.hazmat.primitives.interfaces.AsymmetricPadding`
+ :class:`~cryptography.hazmat.primitives.asymmetric.padding.AsymmetricPadding`
provider.
:returns: ``True`` if the specified ``padding`` is supported by this