Struct kerberos_parser::krb5::KdcRep[][src]

pub struct KdcRep<'a> {
    pub pvno: u32,
    pub msg_type: MessageType,
    pub padata: Vec<PAData<'a>>,
    pub crealm: Realm,
    pub cname: PrincipalName,
    pub ticket: Ticket<'a>,
    pub enc_part: EncryptedData<'a>,
}

Key Distribution Center (KDC) Reply Message

Fields

Trait Implementations

impl<'a> Debug for KdcRep<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for KdcRep<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for KdcRep<'a>

impl<'a> Sync for KdcRep<'a>