Package org.bouncycastle.asn1
Interface ASN1TaggedObjectParser
-
- All Superinterfaces:
ASN1Encodable,InMemoryRepresentable
- All Known Implementing Classes:
ASN1TaggedObject,BERTaggedObject,BERTaggedObjectParser,DERTaggedObject,DLTaggedObject
public interface ASN1TaggedObjectParser extends ASN1Encodable, InMemoryRepresentable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ASN1EncodablegetObjectParser(int tag, boolean isExplicit)intgetTagNo()-
Methods inherited from interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
-
Methods inherited from interface org.bouncycastle.asn1.InMemoryRepresentable
getLoadedObject
-
-
-
-
Method Detail
-
getTagNo
int getTagNo()
-
getObjectParser
ASN1Encodable getObjectParser(int tag, boolean isExplicit) throws IOException
- Throws:
IOException
-
-