|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ASN1Processor<T,E extends java.lang.Throwable>
Interface for classes which apply some process to ASN.1 data.
This interface provides the common method for making processors which apply
some process to ASN.1 data. A class that implements this interface is a
processor that receives an ASN.1 data and returns an instance of T
as
the result. E
indicates an exception that may be thrown while the
process.
Method Summary | |
---|---|
T |
process(ASN1Type data)
Processing method. |
Method Detail |
---|
T process(ASN1Type data) throws E extends java.lang.Throwable
data
- The ASN.1 data.
E
- Thrown when an error occurred while the process.
E extends java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |