org.bouncycastle.asn1
public class DERInputStream extends FilterInputStream implements DERTags
Deprecated: use ASN1InputStream
Don't use this class. It will eventually disappear, use ASN1InputStream.| Constructor Summary | |
|---|---|
| DERInputStream(InputStream is) | |
| Method Summary | |
|---|---|
| protected DERObject | buildObject(int tag, byte[] bytes)
build an object given its tag and a byte stream to construct it
from. |
| protected void | readFully(byte[] bytes) |
| protected int | readLength() |
| DERObject | readObject() |
Deprecated: use ASN1InputStream