Uses of Enum
net.aifusion.asn.TagEncoding
Packages that use TagEncoding
Package
Description
This package contains a partial implementation an ASN.1 parser and classes to manage ASN.1 values.
-
Uses of TagEncoding in net.aifusion.asn
Methods in net.aifusion.asn that return TagEncodingModifier and TypeMethodDescriptionAsnValue.getTagEncoding()
Get the ASN.1 Tag Encoding for this valueTag.getTagEncoding()
Get the encoding associated with this tagstatic TagEncoding
TagEncoding.getTagEncoding
(byte identifier) Get the encoding from an identifierstatic TagEncoding
Returns the enum constant of this type with the specified name.static TagEncoding[]
TagEncoding.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 TagEncodingModifier and TypeMethodDescriptionstatic byte[]
Tag.getEncoded
(long tagNumber, TagClass c, TagEncoding e) Tag Encoding