MCPcopy Create free account
hub / github.com/pyca/cryptography / UnsupportedAlgorithm

Class UnsupportedAlgorithm

src/cryptography/exceptions.py:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16
17class UnsupportedAlgorithm(Exception):
18 def __init__(
19 self, message: str, reason: typing.Optional[_Reasons] = None
20 ) -> None:
21 super().__init__(message)
22 self._reason = reason
23
24
25class AlreadyFinalized(Exception):

Callers 15

__init__Method · 0.90
_sn_to_elliptic_curveFunction · 0.90
exchangeMethod · 0.90
__init__Method · 0.90
_enc_dec_rsaFunction · 0.90

Calls

no outgoing calls