pub fn parse_der_slice<Tag: Into<DerTag>>( i: &[u8], tag: Tag) -> BerResult<'_, &[u8]>
Parse DER object and get content as slice