org.apache.directory.shared.asn1.der
Class ASN1InputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.directory.shared.asn1.der.ASN1InputStream
- All Implemented Interfaces:
- Closeable
public class ASN1InputStream
- extends FilterInputStream
General purpose ASN.1 decoder.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASN1InputStream
public ASN1InputStream(ByteBuffer in)
ASN1InputStream
public ASN1InputStream(byte[] input)
readLength
protected int readLength()
throws IOException
- Throws:
IOException
readFully
protected void readFully(byte[] bytes)
throws IOException
- Throws:
IOException
buildObject
protected DEREncodable buildObject(int tag,
byte[] bytes)
throws IOException
- Build an object given its tag and a byte stream.
- Throws:
IOException
readObject
public DEREncodable readObject()
throws IOException
- Throws:
IOException
Copyright © 2004-2012. All Rights Reserved.