ASN1Encodable
, InMemoryRepresentable
ASN1TaggedObject
, BERTaggedObject
, BERTaggedObjectParser
, DERTaggedObject
, DLTaggedObject
public 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.
|
toASN1Primitive
getLoadedObject
int 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.