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

Class UnsupportedAlgorithm

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

Source from the content-addressed store, hash-verified

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

Callers 15

_check_nonce_lengthFunction · 0.90
_check_iv_and_key_lengthFunction · 0.90
_bcrypt_kdfFunction · 0.90
get_publicMethod · 0.90
get_publicMethod · 0.90
_lookup_kformatFunction · 0.90
load_ssh_private_keyFunction · 0.90
__init__Method · 0.90
from_public_bytesMethod · 0.90
generateMethod · 0.90
from_seed_bytesMethod · 0.90

Calls

no outgoing calls