Package org.gudy.bouncycastle.asn1
Interface ASN1TaggedObjectParser
-
- All Superinterfaces:
DEREncodable
- All Known Implementing Classes:
ASN1TaggedObject
,BERTaggedObject
,BERTaggedObjectParser
,DERTaggedObject
public interface ASN1TaggedObjectParser extends DEREncodable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DEREncodable
getObjectParser(int tag, boolean isExplicit)
int
getTagNo()
-
Methods inherited from interface org.gudy.bouncycastle.asn1.DEREncodable
getDERObject
-
-
-
-
Method Detail
-
getTagNo
int getTagNo()
-
getObjectParser
DEREncodable getObjectParser(int tag, boolean isExplicit) throws java.io.IOException
- Throws:
java.io.IOException
-
-