org.bouncycastle.asn1
public interface ASN1TaggedObjectParser extends DEREncodable
Modifier and Type | Method and Description |
---|---|
DEREncodable |
getObjectParser(int tag,
boolean isExplicit) |
int |
getTagNo() |
getDERObject
int getTagNo()
DEREncodable getObjectParser(int tag, boolean isExplicit) throws java.io.IOException
java.io.IOException