Versions in this module Expand all Collapse all v8 v8.2.0 Mar 27, 2020 Changes in this version + type Keytab struct + Entries []entry + func Load(ktPath string) (*Keytab, error) + func New() *Keytab + func (k *Keytab) JSON() (string, error) + func (kt *Keytab) GetEncryptionKey(princName types.PrincipalName, realm string, kvno int, etype int32) (types.EncryptionKey, int, error) + func (kt *Keytab) Marshal() ([]byte, error) + func (kt *Keytab) Unmarshal(b []byte) error + func (kt *Keytab) Write(w io.Writer) (int, error) Other modules containing this package github.com/igneous-systems/gokrb5