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
pvno: u32
msg_type: MessageType
padata: Vec<PAData<'a>>
crealm: Realm
cname: PrincipalName
ticket: Ticket<'a>
enc_part: EncryptedData<'a>
Trait Implementations
impl<'a> Debug for KdcRep<'a>[src]
impl<'a> Debug for KdcRep<'a>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> PartialEq for KdcRep<'a>[src]
impl<'a> PartialEq for KdcRep<'a>