Uses of Class
pasn.ASN1String

Packages that use ASN1String
pasn ASN.1 types and common interfaces 
 

Uses of ASN1String in pasn
 

Subclasses of ASN1String in pasn
 class ASN1BMPString
           The BMP (Basic Multilingual Plane) STRING type is a subset of ISO 10646-1 (Universal String).
 class ASN1GeneralString
           A GENERAL STRING...
 class ASN1GraphicString
           A GRAPHIC STRING...
 class ASN1IA5String
           An IA5 String must never be empty (minimum size constraint of 1)
 class ASN1NumericString
           A NUMERIC STRING is composed of the following authorized characters: 0, 1, ..., 9 (space)
 class ASN1PrintableString
           A PRINTABLE STRING is designed for supporting a small subset of character values.
 class ASN1TeletexString
           A TELETEX STRING (or T61 STRING) is a string where each most significant octet is set to zero
 class ASN1UniversalString
           A UNIVERSAL STRING is the most generic ASN.1 string
 class ASN1UTF8String
           An UTF8 String.
 class ASN1VideotexString
           A VIDEOTEX STRING...
 class ASN1VisibleString
           A VISIBLE STRING...