public class

BERTaggedObjectParser

extends Object
implements ASN1TaggedObjectParser
java.lang.Object
   ↳ org.bouncycastle.asn1.BERTaggedObjectParser

Summary

Protected Constructors
BERTaggedObjectParser(int baseTag, int tagNumber, InputStream contentStream)
This constructor is deprecated. No replacement.
Public Methods
DERObject getDERObject()
DERObject getLoadedObject()
DEREncodable getObjectParser(int tag, boolean isExplicit)
int getTagNo()
boolean isConstructed()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.bouncycastle.asn1.ASN1TaggedObjectParser
From interface org.bouncycastle.asn1.DEREncodable
From interface org.bouncycastle.asn1.InMemoryRepresentable

Protected Constructors

protected BERTaggedObjectParser (int baseTag, int tagNumber, InputStream contentStream)

This constructor is deprecated.
No replacement.

Public Methods

public DERObject getDERObject ()

public DERObject getLoadedObject ()

Throws
IOException

public DEREncodable getObjectParser (int tag, boolean isExplicit)

Throws
IOException

public int getTagNo ()

public boolean isConstructed ()