aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends/multibackend.rst
blob: 23e6d48f53e60862f79b2100049320ac267a7d07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.