fn decode_sequence<'a>(decoder: &mut SliceReader<'a>) -> Result<&'a [u8]>Expand description
Attempt to decode a ASN.1 SEQUENCE from the given decoder, returning the
entire sequence including the header.
fn decode_sequence<'a>(decoder: &mut SliceReader<'a>) -> Result<&'a [u8]>Attempt to decode a ASN.1 SEQUENCE from the given decoder, returning the
entire sequence including the header.