Versions in this module Expand all Collapse all v1 v1.1.0 Sep 15, 2020 Changes in this version + type Keytab struct + Entries []entry + func Load(ktPath string) (*Keytab, error) + func New() *Keytab + func (kt *Keytab) GetEncryptionKey(princName types.PrincipalName, realm string, kvno int, etype int32) (types.EncryptionKey, error) + func (kt *Keytab) Marshal() ([]byte, error) + func (kt *Keytab) Unmarshal(b []byte) error + func (kt *Keytab) Write(w io.Writer) (int, error)