pub fn parse_krb5_padata(i: &[u8]) -> IResult<&[u8], PAData<'_>, Error>👎Deprecated since 0.8.0: Parsing functions are deprecated. Users should instead use the FromDer trait
Expand description
Parse Kerberos PA-Data
PA-DATA ::= SEQUENCE {
-- NOTE: first tag is [1], not [0]
padata-type [1] Int32,
padata-value [2] OCTET STRING -- might be encoded AP-REQ
}