Uses of Class
jp.bitmeister.asn1.type.builtin.INTEGER

Packages that use INTEGER
jp.bitmeister.asn1.codec.ber Contains the codec classes used for BER(Basic Encoding Rules) encoding and decoding. 
jp.bitmeister.asn1.processor Contains the classes and interfaces used for processors which apply some process to ASN.1 data. 
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 INTEGER in jp.bitmeister.asn1.codec.ber
 

Methods in jp.bitmeister.asn1.codec.ber with parameters of type INTEGER
 void DerEncoder.visit(INTEGER data)
           
 void BerDecoder.visit(INTEGER data)
           
 

Uses of INTEGER in jp.bitmeister.asn1.processor
 

Methods in jp.bitmeister.asn1.processor with parameters of type INTEGER
 void ASN1VisitorAdaptor.visit(INTEGER data)
           
 void ASN1Visitor.visit(INTEGER data)
          Visits the INTEGER data.
 void ASN1StringBuilder.visit(INTEGER data)
           
 

Uses of INTEGER in jp.bitmeister.asn1.type
 

Subclasses of INTEGER in jp.bitmeister.asn1.type
static class BuiltInModule.UnknownEnumerated
          Represents unknown 'ENUMERATED' type.
 

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

Subclasses of INTEGER in jp.bitmeister.asn1.type.builtin
 class ENUMERATED
          Represents ASN.1 'ENUMERATED' type.
 

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

Fields in jp.bitmeister.asn1.type.useful declared as INTEGER
 INTEGER EXTERNAL.indirect_reference
          'indirect-reference' field.
 INTEGER EMBEDDED_PDV.ContextNegotiation.presentation_context_id
          'presentation-context-id' field.
 INTEGER EMBEDDED_PDV.Identification.presentation_context_id
          'presentation-context-id' field.
 

Constructors in jp.bitmeister.asn1.type.useful with parameters of type INTEGER
EMBEDDED_PDV.ContextNegotiation(INTEGER presentation_context_id, OBJECT_IDENTIFIER transfer_syntax)
          Instantiate a ContextNegotiation and initialize it with parameters.
EXTERNAL(OBJECT_IDENTIFIER direct_reference, INTEGER indirect_reference, ObjectDescriptor data_value_descriptor, EXTERNAL.Encoding encoding)