MCPcopy 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
504class _Checksum_Field(ASN1F_STRING_PacketField):

Callers 4

_fast_wrapMethod · 0.80
tgs_reqMethod · 0.80
GSS_Init_sec_contextMethod · 0.80

Calls 1

EncryptionKeyClass · 0.85

Tested by

no test coverage detected