pub fn parse_der_slice<T: Into<Tag>>(i: &[u8], tag: T) -> BerResult<'_, &[u8]>
Expand description

Parse DER object and get content as slice