|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ASN1Decoder
The interface for ASN.1 decoder classes.
Method Summary | ||
---|---|---|
ASN1Type |
decode()
Decodes source data to an ASN.1 data. |
|
|
decode(java.lang.Class<T> type)
Decodes source data and sets these decoded values to an instance of the ASN.1 type. |
Method Detail |
---|
<T extends ASN1Type> T decode(java.lang.Class<T> type) throws ASN1DecodingException
T
- Indicates the ASN.1 type.type
- The class object of the ASN.1 type.
ASN1DecodingException
- Thrown when an error occurred while the decoding process.ASN1Type decode() throws ASN1DecodingException
ASN1DecodingException
- Thrown when an error occurred while the decoding process.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |