|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjp.bitmeister.asn1.type.ASN1Module
public abstract class ASN1Module
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.
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 |
---|
public ASN1Module()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |