Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ __init__
Method
__init__
scapy/layers/tls/cert.py:237–239 ·
view source on GitHub ↗
(self, frmt, der)
Source
from the content-addressed store, hash-verified
235
236
class
_PKIObj(object):
237
def
__init__(self, frmt, der):
238
self.frmt = frmt
239
self._der = der
240
241
242
class
_PKIObjMaker(type):
Callers
2
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected