blob: 6ac11b3c41c0844ed08b3a625075f3c7558c970d (
plain)
1
2
3
4
5
6
7
8
9
|
Exceptions
==========
.. currentmodule:: cryptography.exceptions
.. class:: UnsupportedAlgorithm
This is raised when a backend doesn't support the requested algorithm (or
combination of algorithms).
|