jp.bitmeister.asn1.type
Class ASN1Module

java.lang.Object
  extended by jp.bitmeister.asn1.type.ASN1Module

public abstract class ASN1Module
extends java.lang.Object

The base class for classes which represents an ASN.1 module.

An instance of sub-class of ASN1Module represents an ASN.1 module. ASN.1 types can indicate a module that they are included in by ASN1ModuleRef annotation. In addition, ASN.1 types declared as public static member classes of an sub-class of ASN1Module class are automatically included in the module.

Default tagging mode for a module may be indicated by @ASN1ModuleTags annotation or explicit tagging is used as default.

Author:
WATANABE, Jun.
See Also:
ASN1ModuleManager, ASN1ModuleTags, ASN1ModuleRef

Constructor Summary
ASN1Module()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASN1Module

public ASN1Module()