aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends/multibackend.rst
blob: 971c7671c58898f3f14c3e62f64711463b134707 (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 order they appear in this list.