org.apache.commons.ssl.asn1
public class ASN1ObjectParser extends Object
Modifier and Type | Field and Description |
---|---|
private ASN1StreamParser |
_aIn |
private int |
_baseTag |
private int |
_tagNumber |
Modifier | Constructor and Description |
---|---|
protected |
ASN1ObjectParser(int baseTag,
int tagNumber,
InputStream contentStream) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getBaseTag() |
(package private) int |
getTagNumber()
Return the tag number for this object.
|
(package private) DEREncodable |
readObject() |
(package private) ASN1EncodableVector |
readVector() |
private int _baseTag
private int _tagNumber
private ASN1StreamParser _aIn
protected ASN1ObjectParser(int baseTag, int tagNumber, InputStream contentStream)
int getTagNumber()
int getBaseTag()
DEREncodable readObject() throws IOException
IOException
ASN1EncodableVector readVector() throws IllegalStateException
IllegalStateException