Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mitmproxy/mitmproxy
/ public_key
Method
public_key
mitmproxy/certs.py:112–113 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
110
return
self._cert
111
112
def
public_key(self) -> CertificatePublicKeyTypes:
113
return
self._cert.public_key()
114
115
def
fingerprint(self) -> bytes:
116
return
self._cert.fingerprint(hashes.SHA256())
Callers
8
_build_ca_with_ski
Method · 0.80
test_aki_copies_issuer_ski_non_sha1
Method · 0.80
test_aki_falls_back_when_issuer_has_no_ski
Method · 0.80
test_simple
Method · 0.80
keyinfo
Method · 0.80
create_ca
Function · 0.80
dummy_cert
Function · 0.80
add_cert_file
Method · 0.80
Calls
no outgoing calls
Tested by
4
_build_ca_with_ski
Method · 0.64
test_aki_copies_issuer_ski_non_sha1
Method · 0.64
test_aki_falls_back_when_issuer_has_no_ski
Method · 0.64
test_simple
Method · 0.64