public class BERTaggedObjectParser extends java.lang.Object implements ASN1TaggedObjectParser
| Modifier and Type | Field and Description |
|---|---|
private boolean |
_constructed |
private ASN1StreamParser |
_parser |
private int |
_tagNumber |
| Constructor and Description |
|---|
BERTaggedObjectParser(boolean constructed,
int tagNumber,
ASN1StreamParser parser) |
| Modifier and Type | Method and Description |
|---|---|
ASN1Primitive |
getLoadedObject()
Get the in-memory representation of the ASN.1 object.
|
ASN1Encodable |
getObjectParser(int tag,
boolean isExplicit) |
int |
getTagNo() |
boolean |
isConstructed() |
ASN1Primitive |
toASN1Primitive()
Return an object, possibly constructed, of ASN.1 primitives
|
private boolean _constructed
private int _tagNumber
private ASN1StreamParser _parser
BERTaggedObjectParser(boolean constructed, int tagNumber, ASN1StreamParser parser)
public boolean isConstructed()
public int getTagNo()
getTagNo in interface ASN1TaggedObjectParserpublic ASN1Encodable getObjectParser(int tag, boolean isExplicit) throws java.io.IOException
getObjectParser in interface ASN1TaggedObjectParserjava.io.IOExceptionpublic ASN1Primitive getLoadedObject() throws java.io.IOException
InMemoryRepresentablegetLoadedObject in interface InMemoryRepresentablejava.io.IOException - for bad input data.public ASN1Primitive toASN1Primitive()
ASN1EncodabletoASN1Primitive in interface ASN1Encodable