pub fn encode_application(
number: u8,
constructed: bool,
content: &[u8],
) -> Vec<u8>Expand description
Encode an application-tagged wrapper.
pub fn encode_application(
number: u8,
constructed: bool,
content: &[u8],
) -> Vec<u8>Encode an application-tagged wrapper.