Bouncy Castle Cryptography Library 1.49

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
 ASN1Encodable getObjectParser(int tag, boolean isExplicit)
           
 int getTagNo()
           
 
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 java.io.IOException
Throws:
java.io.IOException

Bouncy Castle Cryptography Library 1.49