Type Alias PkiFreeText

Source
pub type PkiFreeText = SequenceOf<Utf8String>;
Expand description

Time-stamp response status free text.

RFC 3161 2.4.2:

   PKIFreeText ::= SEQUENCE SIZE (1..MAX) OF UTF8String
       -- text encoded as UTF-8 String (note:  each UTF8String SHOULD
       -- include an RFC 1766 language tag to indicate the language
       -- of the contained text)

Aliased Typeยง

struct PkiFreeText { /* private fields */ }