MCPcopy 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

decrypt_as_repMethod · 0.45
decrypt_tgs_repMethod · 0.45
GSS_Init_sec_contextMethod · 0.45

Calls 1

KeyClass · 0.90

Tested by

no test coverage detected