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

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

Classes in jp.bitmeister.asn1.type with annotations of type ASN1Tag
static class BuiltInModule.UnknownEnumerated
          Represents unknown 'ENUMERATED' type.
static class BuiltInModule.UnknownSequence
          Represents unknown 'SEQUENCE' type.
static class BuiltInModule.UnknownSet
          Represents unknown 'SET' type.
 

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

Classes in jp.bitmeister.asn1.type.builtin with annotations of type ASN1Tag
 class BIT_STRING
          Represents ASN.1 'BIT STRING' type.
 class BOOLEAN
          Represents ASN.1 'BOOLEAN' type.
 class ENUMERATED
          Represents ASN.1 'ENUMERATED' type.
 class INTEGER
          Represents ASN.1 'INTEGER' type.
 class NULL
          Represents ASN.1 'NULL' type.
 class OBJECT_IDENTIFIER
          Represents ASN.1 'OBJECT IDENTIFIER' type.
 class OCTET_STRING
          Represents ASN.1 'OCTET STRING' type.
 class REAL
          Represents ASN.1 'REAL' type.
 class SEQUENCE
          Represents ASN.1 'SEQUENCE' type.
 class SEQUENCE_OF<T extends ASN1Type>
          Represents ASN.1 'SEQUENCE OF' type.
 class SET
          Represents ASN.1 'SET' type.
 class SET_OF<T extends ASN1Type>
          Represents ASN.1 'SET OF' type.
 

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

Classes in jp.bitmeister.asn1.type.useful with annotations of type ASN1Tag
 class BMPString
          Represents ASN.1 'BMPString' type.
 class CHARACTER_STRING
          Represents ASN.1 'CHARACTER STRING' type.
 class EMBEDDED_PDV
          Represents ASN.1 'EMBEDDED PDV' type.
 class EXTERNAL
          Represents ASN.1 'EXTERNAL' type.
 class GeneralizedTime
          Represents ASN.1 "GeneralizedTime" type.
 class GeneralString
          Represents ASN.1 'GeneralString' type.
 class GraphicString
          Represents ASN.1 'GraphicString' type.
 class IA5String
          Represents ASN.1 'IA5String' type.
 class NumericString
          Represents ASN.1 'NumericString' type.
 class ObjectDescriptor
          Represents ASN.1 'ObjectDescriptor' type.
 class PrintableString
          Represents ASN.1 'PrintableString' type.
 class TeletexString
          Represents ASN.1 'TeletexString' type.
 class UniversalString
          Represents ASN.1 'UniversalString' type.
 class UTCTime
          Represents ASN.1 'UTCTime' type.
 class UTF8String
          Represents ASN.1 'UTF8String' type.
 class VideotexString
          Represents ASN.1 'VideotexString' type.
 class VisibleString
          Represents ASN.1 'VisibleString' type.
 

Fields in jp.bitmeister.asn1.type.useful with annotations of type ASN1Tag
 BIT_STRING EXTERNAL.Encoding.arbitary
          'arbitary' field.
 OCTET_STRING EXTERNAL.Encoding.octet_aligned
          'octet-aligned' field.
 ANY EXTERNAL.Encoding.single_ASN1_type
          'single-ASN1-type' field;