Uses of Class
com.objsys.asn1j.runtime.Asn1CharString

Uses of Asn1CharString in com.objsys.asn1j.runtime
 

Subclasses of Asn1CharString in com.objsys.asn1j.runtime
 class Asn18BitCharString
          This is an abstract base class for holding the ASN.1 8-bit character string types (IA5String, VisibleString, PrintableString, etc.).
 class Asn1BMPString
          This is a container class for holding the components of an ASN.1 BMP string value.
 class Asn1Date
          This is a container class for holding the components of an ASN.1 DATE value.
 class Asn1DateTime
          This is a container class for holding the components of an ASN.1 DATE-TIME value.
 class Asn1Duration
          This is a container class for holding the components of an ASN.1 DURATION value.
 class Asn1GeneralizedTime
          This is a container class for holding the components of an ASN.1 generalized time string value.
 class Asn1GeneralString
          This is a container class for holding the components of an ASN.1 general string value.
 class Asn1GraphicString
          This is a container class for holding the components of an ASN.1 graphic string value.
 class Asn1IA5String
          This is a container class for holding the components of an ASN.1 IA5 string value.
 class Asn1NumericString
          This is a container class for holding the components of an ASN.1 numeric string value.
 class Asn1ObjectDescriptor
          This is a container class for holding the components of an ASN.1 object descriptor value.
 class Asn1OID_IRI
          This class represents the ASN.1 OID-IRI.
 class Asn1PrintableString
          This is a container class for holding the components of an ASN.1 printable string value.
 class Asn1Real10
          This class represents the ASN.1 REAL BASE 10 built-in type.
 class Asn1RELATIVE_OID_IRI
          This class represents the ASN.1 RELATIVE-OID-IRI.
 class Asn1T61String
          This is a container class for holding the components of an ASN.1 teletex (T61) string value.
 class Asn1Time
          This is a base class for holding the components of an ASN.1 generalized and universal times string value.
 class Asn1TimeOfDay
          This is a container class for holding the components of an ASN.1 TIME-OF-DAY value.
 class Asn1UTCTime
          This is a container class for holding the components of an ASN.1 UTC time string value.
 class Asn1UTF8String
          This is a container class for holding the components of an ASN.1 UTF-8 string value.
 class Asn1VarWidthCharString
          This is an abstract base class for holding the ASN.1 variable width character string types (GraphicString, GeneralString, TeletexString, T61String, VideotexString, ObjectDescriptor).
 class Asn1VideotexString
          This is a container class for holding the components of an ASN.1 videotex string value.
 class Asn1VisibleString
          This is a container class for holding the components of an ASN.1 Visible string value.
 class Asn1XmlAnyElem
          This is a container class for holding the components of an XSD any element wildcard (xsd:any) type.