public interface ASN1TaggedObjectParser extends ASN1Encodable, InMemoryRepresentable
| Modifier and Type | Method and Description |
|---|---|
ASN1Encodable |
getObjectParser(int tag,
boolean isExplicit)
Return an object parser for the object found in this object.
|
int |
getTagNo()
Return the tag found at the start of this tagged object.
|
toASN1PrimitivegetLoadedObjectint getTagNo()
ASN1Encodable getObjectParser(int tag, boolean isExplicit) throws java.io.IOException
tag - the actual tag number of the object (needed if implicit).isExplicit - true if the contained object was explicitly tagged, false if implicit.java.io.IOException - in case of exception building the parser.