MCPcopy Index your code
hub / github.com/secdev/scapy / toKey

Method toKey

scapy/modules/ticketer.py:182–183  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

180 ]
181
182 def toKey(self):
183 return Key(self.keytype, key=self.keyvalue)
184
185 def guess_payload_class(self, payload):
186 return conf.padding_layer

Callers 4

update_ticketMethod · 0.45
import_krbMethod · 0.45
export_krbMethod · 0.45
get_credMethod · 0.45

Calls 1

KeyClass · 0.90

Tested by

no test coverage detected