pub type PkiFreeText = SequenceOf<Utf8String>;Expand description
Time-stamp response status free text.
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 */ }