MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / certs

Method certs

windows/crypto/cryptmsg.py:58–60  ·  view source on GitHub ↗

The list of :class:`Certificate` embded in the message

(self)

Source from the content-addressed store, hash-verified

56
57 @property
58 def certs(self):
59 """The list of :class:`Certificate` embded in the message"""
60 return [self.get_cert(i) for i in range(self.nb_cert)]
61
62 # Signers accessors
63

Callers

nothing calls this directly

Calls 1

get_certMethod · 0.95

Tested by

no test coverage detected