Struct kerberos_parser::krb5::ApReq [−][src]
pub struct ApReq<'a> {
pub pvno: u32,
pub msg_type: MessageType,
pub ap_options: DerObject<'a>,
pub ticket: Ticket<'a>,
pub authenticator: EncryptedData<'a>,
}Kerberos AP Request
Fields
pvno: u32
msg_type: MessageType
ap_options: DerObject<'a>
ticket: Ticket<'a>
authenticator: EncryptedData<'a>
Trait Implementations
impl<'a> Debug for ApReq<'a>[src]
impl<'a> Debug for ApReq<'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 ApReq<'a>[src]
impl<'a> PartialEq for ApReq<'a>