Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ fromKey
Method
fromKey
scapy/layers/kerberos.py:497–501 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
495
496
@classmethod
497
def
fromKey(self, key):
498
return
EncryptionKey(
499
keytype=key.etype,
500
keyvalue=key.key,
501
)
502
503
504
class
_Checksum_Field(ASN1F_STRING_PacketField):
Callers
4
_fast_wrap
Method · 0.80
tgs_req
Method · 0.80
GSS_Init_sec_context
Method · 0.80
GSS_Accept_sec_context
Method · 0.80
Calls
1
EncryptionKey
Class · 0.85
Tested by
no test coverage detected