Uses of Enum
net.aifusion.asn.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
Modifier 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.Modifier and TypeMethodDescriptionstatic byte[]
Tag.getEncoded
(long tagNumber, TagClass c, TagEncoding e) Tag Encoding