package
8.4.4
Repository: https://github.com/jcmturner/gokrb5.git
Documentation: pkg.go.dev

# Functions

MarshalTicketSequence marshals a slice of Tickets returning an ASN1 raw value containing the ticket sequence.
NewAPReq generates a new KRB_AP_REQ struct.
NewASReq generates a new KRB_AS_REQ struct for a given SNAME.
NewASReqForChgPasswd generates a new KRB_AS_REQ struct for a change password request.
NewASReqForTGT generates a new KRB_AS_REQ struct for a TGT request.
NewKRBError creates a new KRBError.
NewKRBPriv returns a new KRBPriv type.
NewTGSReq generates a new KRB_TGS_REQ struct.
NewTicket creates a new Ticket instance.
NewUser2UserTGSReq returns a TGS-REQ suitable for user-to-user authentication (https://tools.ietf.org/html/rfc4120#section-3.7).

# Structs

APRep implements RFC 4120 KRB_AP_REP: https://tools.ietf.org/html/rfc4120#section-5.5.2.
APReq implements RFC 4120 KRB_AP_REQ: https://tools.ietf.org/html/rfc4120#section-5.5.1.
ASRep implements RFC 4120 KRB_AS_REP: https://tools.ietf.org/html/rfc4120#section-5.4.2.
ASReq implements RFC 4120 KRB_AS_REQ: https://tools.ietf.org/html/rfc4120#section-5.4.1.
EncAPRepPart is the encrypted part of KRB_AP_REP.
EncKDCRepPart is the encrypted part of KRB_KDC_REP.
EncKrbCredPart is the encrypted part of KRB_CRED.
EncKrbPrivPart is the encrypted part of KRB_PRIV.
EncTicketPart is the encrypted part of the Ticket.
KDCRepFields represents the KRB_KDC_REP fields.
KDCReqBody implements the KRB_KDC_REQ request body.
KDCReqFields represents the KRB_KDC_REQ fields.
KRBCred implements RFC 4120 KRB_CRED: https://tools.ietf.org/html/rfc4120#section-5.8.1.
KrbCredInfo is the KRB_CRED_INFO part of KRB_CRED.
KRBError implements RFC 4120 KRB_ERROR: https://tools.ietf.org/html/rfc4120#section-5.9.1.
KRBPriv implements RFC 4120 type: https://tools.ietf.org/html/rfc4120#section-5.7.1.
KRBSafe implements RFC 4120 KRB_SAFE: https://tools.ietf.org/html/rfc4120#section-5.6.1.
KRBSafeBody implements the KRB_SAFE_BODY of KRB_SAFE.
LastReq part of KRB_KDC_REP.
TGSRep implements RFC 4120 KRB_TGS_REP: https://tools.ietf.org/html/rfc4120#section-5.4.2.
TGSReq implements RFC 4120 KRB_TGS_REQ: https://tools.ietf.org/html/rfc4120#section-5.4.1.
Ticket implements the Kerberos ticket.
TransitedEncoding part of the ticket's encrypted part.