MCPcopy Create free account
hub / github.com/secdev/scapy / _PKIObj

Class _PKIObj

scapy/layers/tls/cert.py:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234
235
236class _PKIObj(object):
237 def __init__(self, frmt, der):
238 self.frmt = frmt
239 self._der = der
240
241
242class _PKIObjMaker(type):

Callers 3

__call__Method · 0.85
__call__Method · 0.85
__call__Method · 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…