Module ot_certs::asn1::builder

source ·
Expand description

This module provides a trait to abstract the generation of an ASN1 document. The particularity of this trait is that the base values are of type Value<T> which can either be literals or variables.

Traits

  • Trait for an abstract ASN1 builder.

Functions