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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more