pub fn ber_read_element_content_as(
    i: &[u8],
    tag: BerTag,
    len: usize,
    constructed: bool,
    max_depth: usize
) -> BerResult<'_, BerObjectContent<'_>>
Expand description

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

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