MCPcopy 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_simpleMethod · 0.80
flowdetailsFunction · 0.80
cert_to_jsonFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_simpleMethod · 0.64