Uses of Enum
net.aifusion.asn.Tag
Packages that use Tag
Package
Description
This package contains a partial implementation an ASN.1 parser and classes to manage ASN.1 values.
-
Uses of Tag in net.aifusion.asn
Methods in net.aifusion.asn that return TagModifier and TypeMethodDescriptionTagContext.getExpectedTag(int tagNumber) Get the expected Universal Tag type for a tag number in the current contextTagContext.getExpectedTag(int tagNumber, int contextId) Get the expected Universal Tag type for a tag number in a given contextAsnValue.getTag()Get the ASN.1 predefined (UNIVERSAL) tag associated with this valuestatic TagTag.locate(byte identifier) Locate the tag corresponding a given identifier
Note that in some cases (e.g., SEQUENCE and SEQUENCE_OF) two tags have the same identifier.static TagReturns the enum constant of this type with the specified name.static Tag[]Tag.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in net.aifusion.asn with type arguments of type TagModifierConstructorDescriptionTagContext(List<Map<Integer, Tag>> context) Create a tag context that defines the tagged types in an ASN.1 Encoding