Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ toKey
Method
toKey
scapy/layers/kerberos.py:490–494 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
488
)
489
490
def
toKey(self):
491
return
Key(
492
etype=self.keytype.val,
493
key=self.keyvalue.val,
494
)
495
496
@classmethod
497
def
fromKey(self, key):
Callers
5
_process_padatas_and_key
Method · 0.45
decrypt_as_rep
Method · 0.45
decrypt_tgs_rep
Method · 0.45
GSS_Init_sec_context
Method · 0.45
GSS_Accept_sec_context
Method · 0.45
Calls
1
Key
Class · 0.90
Tested by
no test coverage detected