Uses of Class
jp.bitmeister.asn1.type.StructuredType

Packages that use StructuredType
jp.bitmeister.asn1.type Contains the common classes and interfaces used for defining ASN.1 types and processing ASN.1 data. 
jp.bitmeister.asn1.type.builtin Contains the classes which represents built-in ASN.1 types. 
jp.bitmeister.asn1.type.useful Contains the classes which represents useful ASN.1 types. 
 

Uses of StructuredType in jp.bitmeister.asn1.type
 

Subclasses of StructuredType in jp.bitmeister.asn1.type
 class ConstructiveType
          The base class for structured types defined by referencing a list of ASN.1 types.
 class SelectiveType
          The base class for structured types defined by referencing a list of distinct ASN.1 types.
 

Uses of StructuredType in jp.bitmeister.asn1.type.builtin
 

Subclasses of StructuredType in jp.bitmeister.asn1.type.builtin
 class CHOICE
          Represents ASN.1 'CHOICE' type.
 class SEQUENCE
          Represents ASN.1 'SEQUENCE' type.
 class SET
          Represents ASN.1 'SET' type.
 

Uses of StructuredType in jp.bitmeister.asn1.type.useful
 

Subclasses of StructuredType in jp.bitmeister.asn1.type.useful
 class CHARACTER_STRING
          Represents ASN.1 'CHARACTER STRING' type.
 class EMBEDDED_PDV
          Represents ASN.1 'EMBEDDED PDV' type.
static class EMBEDDED_PDV.ContextNegotiation
          Sequence type definition for 'context-negotiation' field.
static class EMBEDDED_PDV.Identification
          Choice type definition for 'identification' field.
static class EMBEDDED_PDV.Syntaxes
          Sequence type definition for 'syntaxes' field.
 class EXTERNAL
          Represents ASN.1 'EXTERNAL' type.
static class EXTERNAL.Encoding
          Represents 'CHOICE' type for 'encoding' of 'EXTERNAL' type.
 



Copyright © 2012 BitMeister Inc. All Rights Reserved.