pub fn decode_octetstring(
data: &mut PerCodecData,
lb: Option<i128>,
ub: Option<i128>,
is_extensible: bool,
) -> Result<Vec<u8>, PerCodecError>Expand description
Decode an OCTET STRING
Decodes the value of the OCTET STRING from the Buffer.