MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / CertStoreEntry

Class CertStoreEntry

mitmproxy/certs.py:432–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430
431@dataclass(frozen=True)
432class CertStoreEntry:
433 cert: Cert
434 privatekey: rsa.RSAPrivateKey
435 chain_file: Path | None
436 chain_certs: list[Cert]
437
438
439TCustomCertId = str # manually provided certs (e.g. mitmproxy's --certs)

Callers 2

add_cert_fileMethod · 0.85
get_certMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…