ASN1Encodable, InMemoryRepresentableASN1TaggedObject, BERTaggedObject, BERTaggedObjectParser, DERTaggedObject, DLTaggedObjectpublic interface ASN1TaggedObjectParser extends ASN1Encodable, InMemoryRepresentable
| Modifier and Type | Method | Description |
|---|---|---|
ASN1Encodable |
getObjectParser(int tag,
boolean isExplicit) |
Return a parser for the actual object tagged.
|
int |
getTagNo() |
Return the tag number associated with the underlying tagged object.
|
toASN1PrimitivegetLoadedObjectint getTagNo()
ASN1Encodable getObjectParser(int tag, boolean isExplicit) throws java.io.IOException
tag - the primitive tag value for the object tagged originally.isExplicit - true if the tagging was done explicitly.java.io.IOException - if a parser cannot be constructed.