org.apache.commons.ssl.asn1
Class ASN1ObjectParser
java.lang.Object
org.apache.commons.ssl.asn1.ASN1ObjectParser
public class ASN1ObjectParser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_baseTag
private int _baseTag
_tagNumber
private int _tagNumber
_aIn
private ASN1StreamParser _aIn
ASN1ObjectParser
protected ASN1ObjectParser(int baseTag,
int tagNumber,
InputStream contentStream)
getTagNumber
int getTagNumber()
- Return the tag number for this object.
- Returns:
- the tag number.
getBaseTag
int getBaseTag()
readObject
DEREncodable readObject()
throws IOException
- Throws:
IOException
readVector
ASN1EncodableVector readVector()
throws IllegalStateException
- Throws:
IllegalStateException