|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for the parsing of a generic tagged ASN.1 object.
Method Summary | |
int |
getTagClass()
Return the tag class associated with this object. |
int |
getTagNo()
Return the tag number associated with this object. |
boolean |
hasContextTag()
|
boolean |
hasContextTag(int tagNo)
|
boolean |
hasTag(int tagClass,
int tagNo)
|
boolean |
hasTagClass(int tagClass)
|
ASN1Encodable |
parseBaseUniversal(boolean declaredExplicit,
int baseTagNo)
|
ASN1Encodable |
parseExplicitBaseObject()
Needed for open types, until we have better type-guided parsing support. |
ASN1TaggedObjectParser |
parseExplicitBaseTagged()
|
ASN1TaggedObjectParser |
parseImplicitBaseTagged(int baseTagClass,
int baseTagNo)
|
Methods inherited from interface org.bouncycastle.asn1.ASN1Encodable |
toASN1Primitive |
Methods inherited from interface org.bouncycastle.asn1.InMemoryRepresentable |
getLoadedObject |
Method Detail |
public int getTagClass()
public int getTagNo()
public boolean hasContextTag()
public boolean hasContextTag(int tagNo)
public boolean hasTag(int tagClass, int tagNo)
public boolean hasTagClass(int tagClass)
public ASN1Encodable parseBaseUniversal(boolean declaredExplicit, int baseTagNo) throws java.io.IOException
java.io.IOException
public ASN1Encodable parseExplicitBaseObject() throws java.io.IOException
parseExplicitBaseTagged()
or parseBaseUniversal(boolean, int)
where possible. Before using, check for matching tag class
and
number
.
java.io.IOException
public ASN1TaggedObjectParser parseExplicitBaseTagged() throws java.io.IOException
java.io.IOException
public ASN1TaggedObjectParser parseImplicitBaseTagged(int baseTagClass, int baseTagNo) throws java.io.IOException
java.io.IOException
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |