Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ sign
Method
sign
scapy/layers/tls/cert.py:886–887 ·
view source on GitHub ↗
(self, data, **kwargs)
Source
from the content-addressed store, hash-verified
884
885
@crypto_validator
886
def
sign(self, data, **kwargs):
887
return
self.key.sign(data)
888
889
890
################
Callers
nothing calls this directly
Calls
1
sign
Method · 0.45
Tested by
no test coverage detected