public class ASN1InputStream extends FilterInputStream
in| Constructor and Description |
|---|
ASN1InputStream(byte[] input) |
ASN1InputStream(ByteBuffer in) |
| Modifier and Type | Method and Description |
|---|---|
protected DEREncodable |
buildObject(int tag,
byte[] bytes)
Build an object given its tag and a byte stream.
|
protected void |
readFully(byte[] bytes) |
protected int |
readLength() |
DEREncodable |
readObject() |
available, close, mark, markSupported, read, read, read, reset, skippublic ASN1InputStream(ByteBuffer in)
public ASN1InputStream(byte[] input)
protected int readLength()
throws IOException
IOExceptionprotected void readFully(byte[] bytes)
throws IOException
IOExceptionprotected DEREncodable buildObject(int tag, byte[] bytes) throws IOException
IOExceptionpublic DEREncodable readObject() throws IOException
IOExceptionCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.