Uses of Enum
net.aifusion.asn.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
Modifier 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 Tag
Tag.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 Tag
Returns 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.ModifierConstructorDescriptionTagContext
(List<Map<Integer, Tag>> context) Create a tag context that defines the tagged types in an ASN.1 Encoding