org.bouncycastle.asn1

Class DERInputStream

public class DERInputStream extends FilterInputStream implements DERTags

Deprecated: use ASN1InputStream

Don't use this class. It will eventually disappear, use ASN1InputStream.
This class is scheduled for removal.
Constructor Summary
DERInputStream(InputStream is)
Method Summary
protected DERObjectbuildObject(int tag, byte[] bytes)
build an object given its tag and a byte stream to construct it from.
protected voidreadFully(byte[] bytes)
protected intreadLength()
DERObjectreadObject()

Constructor Detail

DERInputStream

public DERInputStream(InputStream is)

Deprecated: use ASN1InputStream

Method Detail

buildObject

protected DERObject buildObject(int tag, byte[] bytes)
build an object given its tag and a byte stream to construct it from.

readFully

protected void readFully(byte[] bytes)

readLength

protected int readLength()

readObject

public DERObject readObject()