org.apache.commons.ssl.asn1
Class ASN1StreamParser
java.lang.Object
org.apache.commons.ssl.asn1.ASN1StreamParser
public class ASN1StreamParser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_in
InputStream _in
_limit
private int _limit
_eofFound
private boolean _eofFound
ASN1StreamParser
public ASN1StreamParser(InputStream in)
ASN1StreamParser
public ASN1StreamParser(InputStream in,
int limit)
ASN1StreamParser
public ASN1StreamParser(byte[] encoding)
getParentStream
InputStream getParentStream()
readLength
private int readLength()
throws IOException
- Throws:
IOException
readObject
public DEREncodable readObject()
throws IOException
- Throws:
IOException
set00Check
private void set00Check(boolean enabled)
loadVector
private ASN1EncodableVector loadVector(InputStream in,
int length)
throws IOException
- Throws:
IOException