MCPcopy
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
94class ExtensionNotFound(Exception):
95 def __init__(self, msg: str, oid: ObjectIdentifier) -> None:
96 super().__init__(msg)
97 self.oid = oid
98
99
100class ExtensionType(metaclass=abc.ABCMeta):

Callers 2

get_extension_for_oidMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected