Bouncy Castle Cryptography 1.46

org.bouncycastle.asn1
Interface ASN1TaggedObjectParser

All Superinterfaces:
DEREncodable, InMemoryRepresentable
All Known Implementing Classes:
ASN1TaggedObject, BERTaggedObject, BERTaggedObjectParser, DERTaggedObject

public interface ASN1TaggedObjectParser
extends DEREncodable, InMemoryRepresentable


Method Summary
 DEREncodable getObjectParser(int tag, boolean isExplicit)
           
 int getTagNo()
           
 
Methods inherited from interface org.bouncycastle.asn1.DEREncodable
getDERObject
 
Methods inherited from interface org.bouncycastle.asn1.InMemoryRepresentable
getLoadedObject
 

Method Detail

getTagNo

int getTagNo()

getObjectParser

DEREncodable getObjectParser(int tag,
                             boolean isExplicit)
                             throws java.io.IOException
Throws:
java.io.IOException

Bouncy Castle Cryptography 1.46