Function der_parser::der_read_element_content_as [] [src]

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

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

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