Skip to main content

SET

Function SET 

Source
pub const exec fn SET<C: Copy>(inner: C) -> SetFmt<C>
Expand description
returns
ASN1Fmt::<C, DER>(TagFmt::SET, inner),

Construct a DER SET whose component chain is already in canonical tag order.