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, skip
public ASN1InputStream(ByteBuffer in)
public ASN1InputStream(byte[] input)
protected int readLength() throws IOException
IOException
protected void readFully(byte[] bytes) throws IOException
IOException
protected DEREncodable buildObject(int tag, byte[] bytes) throws IOException
IOException
public DEREncodable readObject() throws IOException
IOException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.