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