public class ASN1InputStream extends java.io.FilterInputStream implements java.lang.Iterable<ASN1Object>
| Constructor and Description |
|---|
ASN1InputStream(ASN1Decoder decoder,
byte[] value) |
ASN1InputStream(ASN1Decoder decoder,
java.io.InputStream wrapped) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<ASN1Object> |
iterator() |
int |
readLength() |
<T extends ASN1Object> |
readObject() |
ASN1Tag |
readTag() |
byte[] |
readValue(int length) |
available, close, mark, markSupported, read, read, read, reset, skippublic ASN1InputStream(ASN1Decoder decoder, java.io.InputStream wrapped)
public ASN1InputStream(ASN1Decoder decoder, byte[] value)
public <T extends ASN1Object> T readObject()
public byte[] readValue(int length)
public java.util.Iterator<ASN1Object> iterator()
iterator in interface java.lang.Iterable<ASN1Object>public ASN1Tag readTag()
public int readLength()