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

Method open_keytab

scapy/modules/ticketer.py:457–463  ·  view source on GitHub ↗

Load from Keytab file

(self, fname)

Source from the content-addressed store, hash-verified

455 self.ccache = CCache(fd.read())
456
457 def open_keytab(self, fname):
458 """
459 Load from Keytab file
460 """
461 self.keytab_fname = fname
462 with open(self.keytab_fname, "rb") as fd:
463 self.keytab = Keytab(fd.read())
464
465 def save_ccache(self, fname=None, i=None):
466 """

Callers

nothing calls this directly

Calls 2

KeytabClass · 0.85
readMethod · 0.45

Tested by

no test coverage detected