Function der_parser::der::der_read_element_content_as [−][src]
pub fn der_read_element_content_as(
i: &[u8],
tag: DerTag,
len: BerSize,
constructed: bool,
max_depth: usize
) -> BerResult<'_, DerObjectContent<'_>>
Expand description
Parse the next bytes as the content of a DER object.
Content type is not checked, caller is responsible of providing the correct tag