Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ fingerprint
Method
fingerprint
mitmproxy/certs.py:115–116 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
113
return
self._cert.public_key()
114
115
def
fingerprint(self) -> bytes:
116
return
self._cert.fingerprint(hashes.SHA256())
117
118
@property
119
def
issuer(self) -> list[tuple[str, str]]:
Callers
4
__eq__
Method · 0.95
test_simple
Method · 0.80
flowdetails
Function · 0.80
cert_to_json
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_simple
Method · 0.64