|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.asnlab.asndt.runtime.type.AsnModule
public class AsnModule
Instances of the class AsnModule
represent the metadata
of ASN.1 Module.
Constructor Summary | |
---|---|
AsnModule()
|
Method Summary | |
---|---|
static byte[] |
encode(java.util.Vector entries)
|
static java.util.Hashtable |
load(byte[] content)
Load the metadata |
static java.util.Hashtable |
load(java.lang.Class cls)
Load the metadata |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsnModule()
Method Detail |
---|
public static java.util.Hashtable load(java.lang.Class cls)
cls
- The class that represet the ASN.1 module
public static java.util.Hashtable load(byte[] content)
content
- The encoding content of the metadata types
public static byte[] encode(java.util.Vector entries)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |