|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1ObjectParser
public class ASN1ObjectParser
| Field Summary | |
|---|---|
private ASN1StreamParser |
_aIn
|
private int |
_baseTag
|
private int |
_tagNumber
|
| Constructor Summary | |
|---|---|
protected |
ASN1ObjectParser(int baseTag,
int tagNumber,
java.io.InputStream contentStream)
|
| Method Summary | |
|---|---|
(package private) int |
getBaseTag()
|
(package private) int |
getTagNumber()
Return the tag number for this object. |
(package private) DEREncodable |
readObject()
|
(package private) ASN1EncodableVector |
readVector()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int _baseTag
private int _tagNumber
private ASN1StreamParser _aIn
| Constructor Detail |
|---|
protected ASN1ObjectParser(int baseTag,
int tagNumber,
java.io.InputStream contentStream)
| Method Detail |
|---|
int getTagNumber()
int getBaseTag()
DEREncodable readObject()
throws java.io.IOException
java.io.IOException
ASN1EncodableVector readVector()
throws java.lang.IllegalStateException
java.lang.IllegalStateException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||