pub fn parse_x509_der<'a>(i: &'a [u8]) -> IResult<&'a [u8], X509Certificate<'a>>
Expand description

Parse a DER-encoded X.509 Certificate

Note that only parsing is done, not validation.