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

Method get_raw_cert

windows/crypto/cryptmsg.py:45–46  ·  view source on GitHub ↗
(self, index=0)

Source from the content-addressed store, hash-verified

43 return self.get_param(gdef.CMSG_CERT_COUNT_PARAM)
44
45 def get_raw_cert(self, index=0):
46 return self.get_param(gdef.CMSG_CERT_PARAM, index)
47
48 def get_cert(self, index=0):
49 """Return embded :class:`Certificate` number ``index``.

Callers 1

get_certMethod · 0.95

Calls 1

get_paramMethod · 0.95

Tested by

no test coverage detected