|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjp.bitmeister.asn1.type.ASN1Modules
public class ASN1Modules
Manager of all ASN.1 modules.
This class manages all of the ASN.1 modules which are sub-class of
ASN1Module
and provides instantiate
method that instantiates
an ASN.1 data from an ASN.1 tag or identifier.
ASN1Module
Method Summary | |
---|---|
static ASN1Type |
instanciate(java.lang.String typeIdentifier)
Instantiates a built-in ASN.1 data specified by the type identifier. |
static ASN1Type |
instantiate(ASN1TagClass tagClass,
int tagNumber)
Instantiates an ASN.1 data specified by the ASN.1 tag and the tag class. |
static ASN1Type |
instantiate(java.lang.String moduleIdentifier,
java.lang.String typeIdentifier)
Instantiates an ASN.1 data specified by the identifier of module and type. |
static void |
using(ASN1Module module)
Registers the ASN.1 module to the manager. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ASN1Type instantiate(ASN1TagClass tagClass, int tagNumber)
tagClass
- The tag class.tagNumber
- The tag number.
public static ASN1Type instanciate(java.lang.String typeIdentifier)
typeIdentifier
- The identifier of a type.
public static ASN1Type instantiate(java.lang.String moduleIdentifier, java.lang.String typeIdentifier)
moduleIdentifier
- The identifier of a module.typeIdentifier
- The identifier of a type.
public static void using(ASN1Module module)
module
- The ASN.1 module to be registered.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |