pub struct ApRep<'a> {
pub pvno: u32,
pub msg_type: MessageType,
pub enc_part: EncryptedData<'a>,
}Expand description
Kerberos AP Reply
Fields§
§pvno: u32§msg_type: MessageType§enc_part: EncryptedData<'a>Trait Implementations§
Source§impl<'a> FromDer<'a> for ApRep<'a>
Parse a Kerberos AP Reply
impl<'a> FromDer<'a> for ApRep<'a>
Parse a Kerberos AP Reply
AP-REP ::= [APPLICATION 15] SEQUENCE {
pvno [0] INTEGER (5),
msg-type [1] INTEGER (15),
enc-part [2] EncryptedData -- EncAPRepPart
}
impl<'a> StructuralPartialEq for ApRep<'a>
Auto Trait Implementations§
impl<'a> Freeze for ApRep<'a>
impl<'a> RefUnwindSafe for ApRep<'a>
impl<'a> Send for ApRep<'a>
impl<'a> Sync for ApRep<'a>
impl<'a> Unpin for ApRep<'a>
impl<'a> UnwindSafe for ApRep<'a>
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more