pub fn parse_der_slice<T>( i: &[u8], tag: T, ) -> Result<(&[u8], &[u8]), Err<Error>>where T: Into<Tag>,
mtls
Parse DER object and get content as slice