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 Tag
    Modifier and Type
    Method
    Description
    TagContext.getExpectedTag(int tagNumber)
    Get the expected Universal Tag type for a tag number in the current context
    TagContext.getExpectedTag(int tagNumber, int contextId)
    Get the expected Universal Tag type for a tag number in a given context
    AsnValue.getTag()
    Get the ASN.1 predefined (UNIVERSAL) tag associated with this value
    static 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
    Tag.valueOf(String name)
    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.
    Constructor parameters in net.aifusion.asn with type arguments of type Tag
    Modifier
    Constructor
    Description
     
    Create a tag context that defines the tagged types in an ASN.1 Encoding