Uses of Interface
org.bouncycastle.asn1.ASN1TaggedObjectParser
Packages that use ASN1TaggedObjectParser
-
Uses of ASN1TaggedObjectParser in org.bouncycastle.asn1
Classes in org.bouncycastle.asn1 that implement ASN1TaggedObjectParserModifier and TypeClassDescriptionclassASN.1 TaggedObject - in ASN.1 notation this is any object preceded by a [n] where n is some number - these are assumed to follow the construction rules (as with sequences).classBER TaggedObject - in ASN.1 notation this is any object preceded by a [n] where n is some number - these are assumed to follow the construction rules (as with sequences).classDER TaggedObject - in ASN.1 notation this is any object preceded by a [n] where n is some number - these are assumed to follow the construction rules (as with sequences).classDefinite Length TaggedObject - in ASN.1 notation this is any object preceded by a [n] where n is some number - these are assumed to follow the construction rules (as with sequences).Methods in org.bouncycastle.asn1 that return ASN1TaggedObjectParserModifier and TypeMethodDescriptionASN1TaggedObject.parseExplicitBaseTagged()ASN1TaggedObjectParser.parseExplicitBaseTagged()static ASN1TaggedObjectParserASN1Util.parseExplicitBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagClass) static ASN1TaggedObjectParserASN1Util.parseExplicitBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagClass, int tagNo) static ASN1TaggedObjectParserASN1Util.parseExplicitContextBaseTagged(ASN1TaggedObjectParser taggedObjectParser) static ASN1TaggedObjectParserASN1Util.parseExplicitContextBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagNo) ASN1TaggedObject.parseImplicitBaseTagged(int baseTagClass, int baseTagNo) ASN1TaggedObjectParser.parseImplicitBaseTagged(int baseTagClass, int baseTagNo) static ASN1TaggedObjectParserASN1Util.parseImplicitBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagClass, int tagNo, int baseTagClass, int baseTagNo) static ASN1TaggedObjectParserASN1Util.parseImplicitContextBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagNo, int baseTagClass, int baseTagNo) static ASN1TaggedObjectParserASN1Util.tryParseExplicitBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagClass) static ASN1TaggedObjectParserASN1Util.tryParseExplicitBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagClass, int tagNo) static ASN1TaggedObjectParserASN1Util.tryParseExplicitContextBaseTagged(ASN1TaggedObjectParser taggedObjectParser) static ASN1TaggedObjectParserASN1Util.tryParseExplicitContextBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagNo) static ASN1TaggedObjectParserASN1Util.tryParseImplicitBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagClass, int tagNo, int baseTagClass, int baseTagNo) static ASN1TaggedObjectParserASN1Util.tryParseImplicitContextBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagNo, int baseTagClass, int baseTagNo) Methods in org.bouncycastle.asn1 with parameters of type ASN1TaggedObjectParserModifier and TypeMethodDescriptionstatic StringASN1Util.getTagClassText(ASN1TaggedObjectParser taggedObjectParser) static StringASN1Util.getTagText(ASN1TaggedObjectParser taggedObjectParser) static ASN1EncodableASN1Util.parseBaseUniversal(ASN1TaggedObjectParser taggedObjectParser, int tagClass, int tagNo, boolean declaredExplicit, int baseTagNo) static ASN1EncodableASN1Util.parseContextBaseUniversal(ASN1TaggedObjectParser taggedObjectParser, int tagNo, boolean declaredExplicit, int baseTagNo) static ASN1EncodableASN1Util.parseExplicitBaseObject(ASN1TaggedObjectParser taggedObjectParser, int tagClass, int tagNo) static ASN1TaggedObjectParserASN1Util.parseExplicitBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagClass) static ASN1TaggedObjectParserASN1Util.parseExplicitBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagClass, int tagNo) static ASN1EncodableASN1Util.parseExplicitContextBaseObject(ASN1TaggedObjectParser taggedObjectParser, int tagNo) static ASN1TaggedObjectParserASN1Util.parseExplicitContextBaseTagged(ASN1TaggedObjectParser taggedObjectParser) static ASN1TaggedObjectParserASN1Util.parseExplicitContextBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagNo) static ASN1TaggedObjectParserASN1Util.parseImplicitBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagClass, int tagNo, int baseTagClass, int baseTagNo) static ASN1TaggedObjectParserASN1Util.parseImplicitContextBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagNo, int baseTagClass, int baseTagNo) static ASN1EncodableASN1Util.tryParseBaseUniversal(ASN1TaggedObjectParser taggedObjectParser, int tagClass, int tagNo, boolean declaredExplicit, int baseTagNo) static ASN1EncodableASN1Util.tryParseContextBaseUniversal(ASN1TaggedObjectParser taggedObjectParser, int tagNo, boolean declaredExplicit, int baseTagNo) static ASN1EncodableASN1Util.tryParseExplicitBaseObject(ASN1TaggedObjectParser taggedObjectParser, int tagClass, int tagNo) static ASN1TaggedObjectParserASN1Util.tryParseExplicitBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagClass) static ASN1TaggedObjectParserASN1Util.tryParseExplicitBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagClass, int tagNo) static ASN1EncodableASN1Util.tryParseExplicitContextBaseObject(ASN1TaggedObjectParser taggedObjectParser, int tagNo) static ASN1TaggedObjectParserASN1Util.tryParseExplicitContextBaseTagged(ASN1TaggedObjectParser taggedObjectParser) static ASN1TaggedObjectParserASN1Util.tryParseExplicitContextBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagNo) static ASN1TaggedObjectParserASN1Util.tryParseImplicitBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagClass, int tagNo, int baseTagClass, int baseTagNo) static ASN1TaggedObjectParserASN1Util.tryParseImplicitContextBaseTagged(ASN1TaggedObjectParser taggedObjectParser, int tagNo, int baseTagClass, int baseTagNo)