[][src]Function der_parser::der::der_read_element_content_as

pub fn der_read_element_content_as(
    i: &[u8],
    tag: BerTag,
    len: usize,
    constructed: bool,
    depth: usize
) -> BerResult<BerObjectContent>

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

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