blob: 971c7671c58898f3f14c3e62f64711463b134707 [file] [log] [blame]
Alex Gaynor450bb4c2014-02-03 15:42:04 -08001.. hazmat::
2
3MultiBackend
4============
5
6.. currentmodule:: cryptography.hazmat.backends.multibackend
7
8.. class:: MultiBackend(backends)
9
10 This class allows you to combine multiple backends into a single backend
11 which offers the combined features of all of its constituents.
12
13 :param backends: A ``list`` of backend objects. Backends are checked for
Alex Gaynor2b1752e2014-02-03 16:11:23 -080014 feature support in the order they appear in this list.