|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.BERTaggedObjectParser
public class BERTaggedObjectParser
| Constructor Summary | |
|---|---|
protected |
BERTaggedObjectParser(int baseTag,
int tagNumber,
java.io.InputStream contentStream)
|
| Method Summary | |
|---|---|
DERObject |
getDERObject()
|
DEREncodable |
getObjectParser(int tag,
boolean isExplicit)
|
int |
getTagNo()
|
boolean |
isConstructed()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected BERTaggedObjectParser(int baseTag,
int tagNumber,
java.io.InputStream contentStream)
| Method Detail |
|---|
public boolean isConstructed()
public int getTagNo()
getTagNo in interface ASN1TaggedObjectParser
public DEREncodable getObjectParser(int tag,
boolean isExplicit)
throws java.io.IOException
getObjectParser in interface ASN1TaggedObjectParserjava.io.IOExceptionpublic DERObject getDERObject()
getDERObject in interface DEREncodable
|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||