org.apache.commons.ssl.asn1
public class ASN1StreamParser extends Object
Modifier and Type | Field and Description |
---|---|
private boolean |
_eofFound |
(package private) InputStream |
_in |
private int |
_limit |
Constructor and Description |
---|
ASN1StreamParser(byte[] encoding) |
ASN1StreamParser(InputStream in) |
ASN1StreamParser(InputStream in,
int limit) |
Modifier and Type | Method and Description |
---|---|
(package private) InputStream |
getParentStream() |
private ASN1EncodableVector |
loadVector(InputStream in,
int length) |
private int |
readLength() |
DEREncodable |
readObject() |
private void |
set00Check(boolean enabled) |
InputStream _in
private int _limit
private boolean _eofFound
public ASN1StreamParser(InputStream in)
public ASN1StreamParser(InputStream in, int limit)
public ASN1StreamParser(byte[] encoding)
InputStream getParentStream()
private int readLength() throws IOException
IOException
public DEREncodable readObject() throws IOException
IOException
private void set00Check(boolean enabled)
private ASN1EncodableVector loadVector(InputStream in, int length) throws IOException
IOException