Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyca/cryptography
/ ExtensionNotFound
Class
ExtensionNotFound
src/cryptography/x509/extensions.py:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
93
94
class
ExtensionNotFound(Exception):
95
def
__init__(self, msg: str, oid: ObjectIdentifier) -> None:
96
super().__init__(msg)
97
self.oid = oid
98
99
100
class
ExtensionType(metaclass=abc.ABCMeta):
Callers
2
get_extension_for_oid
Method · 0.85
get_extension_for_class
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected