pub fn parse_ap_rep(i: &[u8]) -> IResult<&[u8], ApRep<'_>, Error>👎Deprecated since 0.8.0: Parsing functions are deprecated. Users should instead use the FromDer trait
Expand description
Parse a Kerberos AP Reply
AP-REP ::= [APPLICATION 15] SEQUENCE {
pvno [0] INTEGER (5),
msg-type [1] INTEGER (15),
enc-part [2] EncryptedData -- EncAPRepPart
}