Uses of Class
pasn.ASN1SimpleObject

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

Uses of ASN1SimpleObject in pasn
 

Subclasses of ASN1SimpleObject in pasn
 class ASN1BMPString
           The BMP (Basic Multilingual Plane) STRING type is a subset of ISO 10646-1 (Universal String).
 class ASN1Boolean
           Represents a {true, false} BOOLEAN
 class ASN1Enumerated
          
 class ASN1GeneralizedTime
          An ASN.1 GeneralizedTime is an extension to UTC time to allow the whole year representation (and not last 2 digits).
 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 ASN1Identifier
           An ASN.1 Identifier expresses a sequence of integer components separated with dots (".").
 class ASN1Integer
           An ASN.1 INTEGER holds a finite, signed, integer, in a length-independant manner.
 class ASN1Null
           An ASN.1 NULL object is a paradoxal object in the sense that it represents no datum.
 class ASN1NumericString
           A NUMERIC STRING is composed of the following authorized characters: 0, 1, ..., 9 (space)
 class ASN1ObjectIdentifier
           An ASN.1 OBJECT IDENTIFIER (OID) is a constrained identifier.
 class ASN1PrintableString
           A PRINTABLE STRING is designed for supporting a small subset of character values.
 class ASN1RelativeIdentifier
           An ASN.1 RELATIVE IDENTIFIER (REL OID) is a non-constrained identifier.
 class ASN1String
           Basic class to express ASN.1 STRING objects.
 class ASN1TeletexString
           A TELETEX STRING (or T61 STRING) is a string where each most significant octet is set to zero
 class ASN1Time
          Generic class that manipulates ASN.1 time objects common operations
 class ASN1UniversalString
           A UNIVERSAL STRING is the most generic ASN.1 string
 class ASN1UTCTime
          An ASN.1 UTCTime represents date and time, 2-digit year.
 class ASN1UTF8String
           An UTF8 String.
 class ASN1VideotexString
           A VIDEOTEX STRING...
 class ASN1VisibleString
           A VISIBLE STRING...