pasn
Interface ASN1TransparentObject

All Known Subinterfaces:
ASN1AlternativeObject
All Known Implementing Classes:
ASN1Choice, ASN1OpenType

public interface ASN1TransparentObject

Defines ASN.1 object that do not produce specific encoding. They rather mimic their enclosed ASN.1 object(s). This property refers to ASN.1 CHOICE and OpenType types in the basic ASN.1 definition

Author:
ncottin

Method Summary
 boolean decode(ASN1DecodedObject ado)
           
 ASN1MandatoryComponent getInnerComponent()
           
 boolean refersTo(ASN1DecodedObject ado)
           
 

Method Detail

getInnerComponent

ASN1MandatoryComponent getInnerComponent()

refersTo

boolean refersTo(ASN1DecodedObject ado)

decode

boolean decode(ASN1DecodedObject ado)