[][src]Module picky_asn1::restricted_string

Structs

CharSetError
IA5CharSet

First 128 ASCII characters (values from 0x00 to 0x7F) Used to represent ISO 646 (IA5) characters.

NumericCharSet

1, 2, 3, 4, 5, 6, 7, 8, 9, 0, and SPACE

PrintableCharSet

a-z, A-Z, ' () +,-.?:/= and SPACE

RestrictedString

A generic restricted character string.

Utf8CharSet

any character from a recognized alphabet (including ASCII control characters)

Traits

CharSet

Type Definitions

IA5String
NumericString
PrintableString
Utf8String