public interface ASN1Type
| Modifier and Type | Method and Description | 
|---|---|
| void | decode(ASN1Object obj)Decodes an ASN1Object according to the ASN.1 type the class implements. | 
| ASN1Object | toASN1Object()Creates an ASN1Object according to the ASN.1 type the class implements. | 
void decode(ASN1Object obj) throws CodingException
obj - the ASN.1 type as ASN1ObjectCodingException - if the ASN1Object could not be parsedASN1Object toASN1Object() throws CodingException
CodingException - if an de/encoding error occurs