|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ASN1Visitor<E extends java.lang.Throwable>
Interface for classes which behave as visitor of ASN.1 types.
Method Summary | |
---|---|
void |
visit(ANY data)
Visits the ANY data. |
void |
visit(BIT_STRING data)
Visits the BIT_STRING data. |
void |
visit(BOOLEAN data)
Visits the BOOLEAN data. |
void |
visit(CHOICE data)
Visits the CHOICE data. |
void |
visit(ENUMERATED data)
Visits the ENUMERATED data. |
void |
visit(INTEGER data)
Visits the INTEGER data. |
void |
visit(NULL data)
Visits the NULL data. |
void |
visit(OBJECT_IDENTIFIER data)
Visits the OBJECT_IDENTIFIER data. |
void |
visit(OCTET_STRING data)
Visits the OCTET_STRING data. |
void |
visit(REAL data)
Visits the REAL data. |
void |
visit(SEQUENCE_OF<? extends ASN1Type> data)
Visits the SEQUENCE_OF data. |
void |
visit(SEQUENCE data)
Visits the SEQUENCE data. |
void |
visit(SET_OF<? extends ASN1Type> data)
Visits the SET_OF data. |
void |
visit(SET data)
Visits the SET data. |
void |
visit(StringType data)
Visits the StringType data. |
void |
visit(TimeType data)
Visits the TimeType data. |
void |
visit(UnknownType data)
Visits the UnknownType data. |
Method Detail |
---|
void visit(BOOLEAN data) throws E extends java.lang.Throwable
BOOLEAN
data.
data
- The data to be visited.
E
- When an error occured in the accept
method.
E extends java.lang.Throwable
void visit(INTEGER data) throws E extends java.lang.Throwable
INTEGER
data.
data
- The data to be visited.
E
- When an error occured in the accept
method.
E extends java.lang.Throwable
void visit(BIT_STRING data) throws E extends java.lang.Throwable
BIT_STRING
data.
data
- The data to be visited.
E
- When an error occured in the accept
method.
E extends java.lang.Throwable
void visit(OCTET_STRING data) throws E extends java.lang.Throwable
OCTET_STRING
data.
data
- The data to be visited.
E
- When an error occured in the accept
method.
E extends java.lang.Throwable
void visit(NULL data) throws E extends java.lang.Throwable
NULL
data.
data
- The data to be visited.
E
- When an error occured in the accept
method.
E extends java.lang.Throwable
void visit(OBJECT_IDENTIFIER data) throws E extends java.lang.Throwable
OBJECT_IDENTIFIER
data.
data
- The data to be visited.
E
- When an error occured in the accept
method.
E extends java.lang.Throwable
void visit(REAL data) throws E extends java.lang.Throwable
REAL
data.
data
- The data to be visited.
E
- When an error occured in the accept
method.
E extends java.lang.Throwable
void visit(ENUMERATED data) throws E extends java.lang.Throwable
ENUMERATED
data.
data
- The data to be visited.
E
- When an error occured in the accept
method.
E extends java.lang.Throwable
void visit(ANY data) throws E extends java.lang.Throwable
ANY
data.
data
- The data to be visited.
E
- When an error occured in the accept
method.
E extends java.lang.Throwable
void visit(CHOICE data) throws E extends java.lang.Throwable
CHOICE
data.
data
- The data to be visited.
E
- When an error occured in the accept
method.
E extends java.lang.Throwable
void visit(SEQUENCE_OF<? extends ASN1Type> data) throws E extends java.lang.Throwable
SEQUENCE_OF
data.
data
- The data to be visited.
E
- When an error occured in the accept
method.
E extends java.lang.Throwable
void visit(SEQUENCE data) throws E extends java.lang.Throwable
SEQUENCE
data.
data
- The data to be visited.
E
- When an error occured in the accept
method.
E extends java.lang.Throwable
void visit(SET_OF<? extends ASN1Type> data) throws E extends java.lang.Throwable
SET_OF
data.
data
- The data to be visited.
E
- When an error occured in the accept
method.
E extends java.lang.Throwable
void visit(SET data) throws E extends java.lang.Throwable
SET
data.
data
- The data to be visited.
E
- When an error occured in the accept
method.
E extends java.lang.Throwable
void visit(StringType data) throws E extends java.lang.Throwable
StringType
data.
data
- The data to be visited.
E
- When an error occured in the accept
method.
E extends java.lang.Throwable
void visit(TimeType data) throws E extends java.lang.Throwable
TimeType
data.
data
- The data to be visited.
E
- When an error occured in the accept
method.
E extends java.lang.Throwable
void visit(UnknownType data) throws E extends java.lang.Throwable
UnknownType
data.
data
- The data to be visited.
E
- When an error occured in the accept
method.
E extends java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |