[][src]Type Definition red_asn1::OctetString

type OctetString = Vec<u8>;

Class to build/parse OctetString ASN1

Trait Implementations

impl Asn1Object for OctetString[src]