Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
class
UnsupportedAlgorithm(Exception):
18
def
__init__(self, message: str, reason: _Reasons | None = None) -> None:
19
super().__init__(message)
20
self._reason = reason
21
22
23
class
AlreadyFinalized(Exception):
Callers
15
_check_nonce_length
Function · 0.90
_check_iv_and_key_length
Function · 0.90
_bcrypt_kdf
Function · 0.90
get_public
Method · 0.90
get_public
Method · 0.90
_lookup_kformat
Function · 0.90
load_ssh_private_key
Function · 0.90
_load_ssh_public_identity
Function · 0.90
__init__
Method · 0.90
from_public_bytes
Method · 0.90
generate
Method · 0.90
from_seed_bytes
Method · 0.90
Calls
no outgoing calls
Tested by
2
test_raises_unsupported_algorithm_wrong_reason
Function · 0.72
test_raises_unsupported_algorithm
Function · 0.72