[][src]Module kerbeiros::types::asn1

Types handled by Kerberos that are defined in RFC 4120 and MS-KILE.

Structs

AsReq

(AS-REQ) Message used to request a TGT.

EncKdcRepPart

(EncKdcRepPart) Holds the data that is encrypted in KdcRep

EncKrbCredPart

(EncKrbCredPart) Holds the data for user in KrbCred

EncryptedData

(EncryptedData) Chunck of data that is encrypted in Kerberos exchanges.

EncryptionKey

(EncryptionKey) To represent the key of an encryption algorithm.

EtypeInfo2

(ETYPE-INFO2) Array of EtypeInfo2Entry that indicates the available encryption algorithms.

EtypeInfo2Entry

(ETYPE-INFO2-ENTRY) Give information about an encryption algorithm.

HostAddresses

(HostAddresses) Array of HostAddress

KdcRep

(KDC-REP) Main structure of the AS-REP and TGS-REP messages.

KerberosFlags

(KerberosFlags) Flags used for different entities.

KrbCred

(KRB-CRED) Kerberos credential which is returned by the KDC

KrbCredInfo

(KrbCredInfo) Gives information about user and client for a EncKrbCredPart.

KrbError

(KRB-ERROR) Message used to indicate an error.

LastReqEntry

Register of time of a request to KDC.

Microseconds

(Microseconds) Kerberos Microseconds.

PaEncTsEnc

(PA-ENC-TS-ENC) Timestamp that is encrypted with client Key.

PacRequest

(KERB-PA-PAC-REQUEST) To indicate if PAC should be included in response.

PrincipalName

(PrincipalName) Name of some Kerberos entity.

SeqOfInt32

(SEQUENCE OF Int32)Array of Int32.

SeqOfPaData

(SEQUENCE OF PA-DATA) Array of PaData.

Ticket

(Ticket) Represents a Kerberos ticket.

Enums

Edata

Includes additional information for KrbError.

HostAddress

(HostAddress) Different types of addresses.

PaData

(PA-DATA) Container that encapsules different types of preauthentication data structures.

Type Definitions

AsRep

(AS-REP) Message returned by KDC in response to AS-REQ.

Int32

(Int32) Kerberos i32.

KerberosString

(KerberosString) String used in Kerberos.

KerberosTime

(KerberosTime) For time representations in Kerberos.

LastReq

(LastReq) Times of the last Kerberos requests. Array of LastReqEntry.

MethodData

(METHOD-DATA) Array of PaData.

Realm

(Realm) Kerberos realm.

SeqOfKrbCredInfo

(SEQUENCE OF KrbCredInfo) Array of KrbCredInfo.

SeqOfTickets

(SEQUENCE OF Ticket) Array of Ticket.

TicketFlags

(TicketFlags) Flags for tickets.

UInt32

(UInt32) Kerberos u32.