From 450bb4c6609d246ded86959de3d925df81afdba9 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 3 Feb 2014 15:42:04 -0800 Subject: Rename and document --- docs/hazmat/backends/multibackend.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/hazmat/backends/multibackend.rst (limited to 'docs/hazmat/backends/multibackend.rst') diff --git a/docs/hazmat/backends/multibackend.rst b/docs/hazmat/backends/multibackend.rst new file mode 100644 index 00000000..23e6d48f --- /dev/null +++ b/docs/hazmat/backends/multibackend.rst @@ -0,0 +1,14 @@ +.. hazmat:: + +MultiBackend +============ + +.. currentmodule:: cryptography.hazmat.backends.multibackend + +.. class:: MultiBackend(backends) + + This class allows you to combine multiple backends into a single backend + which offers the combined features of all of its constituents. + + :param backends: A ``list`` of backend objects. Backends are checked for + feature support in the other they exist in this list. -- cgit v1.2.3