|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectschemajic.model.ASN1Value
schemajic.model.ASN1Null
public class ASN1Null
Models the abstract concept of the value of ASN.1 type NULL.
Type NULL is a simple builtin type whose single
distinguished value is also called NULL. This value
is often used to indicate that there is no value, which frequently
leads to confusion, since under some encoding rules, the NULL
value will be present in an instance of communication, perhaps as
the tag 0x05 and the length 0x00 in TLV (Tag-Length-Value) encodings.
Universal class tag assignment is UNIVERSAL 5.
XML ASN.1 type name is NULL.
| Field Summary | |
|---|---|
static ASN1Null |
NULL
|
| Constructor Summary | |
|---|---|
ASN1Null()
Constructor for ASN1Null. |
|
| Method Summary | |
|---|---|
java.lang.Object |
accept(ValueVisitor visitor,
java.lang.Object object)
Accepts a visit from the ValueVisitor |
Type |
getAsn1Type()
Returns an ASN.1 NULL type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ASN1Null NULL
| Constructor Detail |
|---|
public ASN1Null()
ASN1Null.
| Method Detail |
|---|
public java.lang.Object accept(ValueVisitor visitor,
java.lang.Object object)
throws VisitorException
visit from the ValueVisitor
accept in class ASN1Valuevisitor - the function applicator (mapper), which knows how to
process the given object type and apply appropriate operations to
the elements of this type of objectobject - an object to be visited
VisitorExceptionpublic Type getAsn1Type()
NULL type.
getAsn1Type in class ASN1Value
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||