Uses of Class
jp.bitmeister.asn1.annotation.ASN1Identifier

Packages that use ASN1Identifier
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 ASN1Identifier in jp.bitmeister.asn1.type
 

Classes in jp.bitmeister.asn1.type with annotations of type ASN1Identifier
 class UnknownType
          Represents a type that does not have definition.
 

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

Classes in jp.bitmeister.asn1.type.builtin with annotations of type ASN1Identifier
 class BIT_STRING
          Represents ASN.1 'BIT STRING' type.
 class OBJECT_IDENTIFIER
          Represents ASN.1 'OBJECT IDENTIFIER' type.
 class OCTET_STRING
          Represents ASN.1 'OCTET STRING' type.
 class RELATIVE_OID
          Represents ASN.1 'RELATIVE-OID' type.
 class SEQUENCE_OF<T extends ASN1Type>
          Represents ASN.1 'SEQUENCE OF' type.
 class SET_OF<T extends ASN1Type>
          Represents ASN.1 'SET OF' type.
 

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

Classes in jp.bitmeister.asn1.type.useful with annotations of type ASN1Identifier
 class CHARACTER_STRING
          Represents ASN.1 'CHARACTER STRING' type.
 class EMBEDDED_PDV
          Represents ASN.1 'EMBEDDED PDV' type.
 

Fields in jp.bitmeister.asn1.type.useful with annotations of type ASN1Identifier
 OBJECT_IDENTIFIER EMBEDDED_PDV.Syntaxes._abstract
          'abstract' field.
 EMBEDDED_PDV.ContextNegotiation EMBEDDED_PDV.Identification.context_negotiation
          'context-negotiation' field.
 OCTET_STRING EMBEDDED_PDV.data_value
          'data-value' field.
 ObjectDescriptor EXTERNAL.data_value_descriptor
          'data-value-descriptor' field.
 OBJECT_IDENTIFIER EXTERNAL.direct_reference
          'direct-reference' field.
 INTEGER EXTERNAL.indirect_reference
          'indirect-reference' field.
 OCTET_STRING EXTERNAL.Encoding.octet_aligned
          'octet-aligned' field.
 INTEGER EMBEDDED_PDV.ContextNegotiation.presentation_context_id
          'presentation-context-id' field.
 INTEGER EMBEDDED_PDV.Identification.presentation_context_id
          'presentation-context-id' field.
 ANY EXTERNAL.Encoding.single_ASN1_type
          'single-ASN1-type' field;
 OBJECT_IDENTIFIER EMBEDDED_PDV.ContextNegotiation.transfer_syntax
          'transfer-syntax' field.
 OBJECT_IDENTIFIER EMBEDDED_PDV.Identification.transfer_syntax
          'transfer-syntax' field.
 



Copyright © 2012 BitMeister Inc. All Rights Reserved.