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

Packages that use ASN1Module
jp.bitmeister.asn1.codec.ber Contains the codec classes used for BER(Basic Encoding Rules) encoding and decoding. 
jp.bitmeister.asn1.codec.xer Contains the codec classes used for XER(XML Encoding Rules) encoding and decoding. 
jp.bitmeister.asn1.type Contains the common classes and interfaces used for defining ASN.1 types and processing ASN.1 data. 
 

Uses of ASN1Module in jp.bitmeister.asn1.codec.ber
 

Constructor parameters in jp.bitmeister.asn1.codec.ber with type arguments of type ASN1Module
BerDecoder(java.lang.Class<? extends ASN1Module> module, java.io.InputStream in)
          Instantiates a BerDecoder.
 

Uses of ASN1Module in jp.bitmeister.asn1.codec.xer
 

Constructor parameters in jp.bitmeister.asn1.codec.xer with type arguments of type ASN1Module
XerDecoder(java.lang.Class<? extends ASN1Module> module, java.io.InputStream in)
          Instantiates a XerDecoder.
XerEncoder(java.lang.Class<? extends ASN1Module> module, java.io.OutputStream out)
          Instantiates a XEREncoder.
XerEncoder(java.lang.Class<? extends ASN1Module> module, java.io.OutputStream out, boolean prologIsEmpty)
          Instantiates a XEREncoder.
 

Uses of ASN1Module in jp.bitmeister.asn1.type
 

Methods in jp.bitmeister.asn1.type that return types with arguments of type ASN1Module
 java.lang.Class<? extends ASN1Module> TypeSpecification.module()
          Returns the Class object of an ASN.1 module that this type is defined.
 

Method parameters in jp.bitmeister.asn1.type with type arguments of type ASN1Module
static java.lang.String ASN1ModuleManager.identifier(java.lang.Class<? extends ASN1Module> module)
          Returns identifier of the module.
static ASN1Type ASN1ModuleManager.instantiate(java.lang.Class<? extends ASN1Module> module, ASN1TagClass tagClass, int tagNumber)
          Instantiates an ASN.1 data specified by the ASN.1 tag and the tag class.
static ASN1Type ASN1ModuleManager.instantiate(java.lang.Class<? extends ASN1Module> module, java.lang.String typeIdentifier)
          Instantiates an ASN.1 data specified by the type identifier.
 java.lang.String TypeSpecification.xmlTypeName(java.lang.Class<? extends ASN1Module> module)
          Returns the XML type name of this type.
 



Copyright © 2012 BitMeister Inc. All Rights Reserved.