Package org.bouncycastle.asn1
Class BERTaggedObjectParser
java.lang.Object
org.bouncycastle.asn1.BERTaggedObjectParser
- All Implemented Interfaces:
ASN1Encodable,ASN1TaggedObjectParser,InMemoryRepresentable
public class BERTaggedObjectParser extends Object implements ASN1TaggedObjectParser
-
Method Summary
Modifier and Type Method Description ASN1PrimitivegetLoadedObject()ASN1EncodablegetObjectParser(int tag, boolean isExplicit)intgetTagNo()booleanisConstructed()ASN1PrimitivetoASN1Primitive()
-
Method Details
-
isConstructed
public boolean isConstructed() -
getTagNo
public int getTagNo()- Specified by:
getTagNoin interfaceASN1TaggedObjectParser
-
getObjectParser
- Specified by:
getObjectParserin interfaceASN1TaggedObjectParser- Throws:
IOException
-
getLoadedObject
- Specified by:
getLoadedObjectin interfaceInMemoryRepresentable- Throws:
IOException
-
toASN1Primitive
- Specified by:
toASN1Primitivein interfaceASN1Encodable
-