Versions in this module Expand all Collapse all v8 v8.5.1 Mar 8, 2023 Changes in this version + type Keytab struct + Entries []entry + func Load(ktPath string) (*Keytab, error) + func New() *Keytab + func (kt *Keytab) AddEntry(principalName, realm, password string, ts time.Time, KVNO uint8, encType int32) error + func (kt *Keytab) GetEncryptionKey(princName types.PrincipalName, realm string, kvno int, etype int32) (types.EncryptionKey, int, error) + func (kt *Keytab) JSON() (string, error) + func (kt *Keytab) Marshal() ([]byte, error) + func (kt *Keytab) Unmarshal(b []byte) error + func (kt *Keytab) Write(w io.Writer) (int, error) + func (kt Keytab) String() string Other modules containing this package github.com/jesusdf/gokrb5