Function der_parser::der_read_element_content_as [] [src]

pub fn der_read_element_content_as<'a, 'b>(
    i: &'a [u8],
    tag: u8,
    len: usize
) -> IResult<&'a [u8], DerObjectContent<'a>>

Parse the next bytes as the content of a DER object.

Content type is not checked, caller is reponsible of providing the correct tag