Uses of Enum
net.aifusion.asn.TagClass
Packages that use TagClass
Package
Description
This package contains a partial implementation an ASN.1 parser and classes to manage ASN.1 values.
-
Uses of TagClass in net.aifusion.asn
Methods in net.aifusion.asn that return TagClassModifier and TypeMethodDescriptionAsnValue.getTagClass()
Get the ASN.1 Tag class for this valueTag.getTagClass()
Get the class associated with this tagstatic TagClass
TagClass.getTagClass
(byte tagIdentifier) Get the tagClass associated with a tag valuestatic TagClass
Returns the enum constant of this type with the specified name.static TagClass[]
TagClass.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.aifusion.asn with parameters of type TagClassModifier and TypeMethodDescriptionstatic byte[]
Tag.getEncoded
(long tagNumber, TagClass c, TagEncoding e) Tag Encoding