Asn1IntegerHexStringSerializer
String serializer for Asn1Integer.
Intended as a non-DER fallback representation for generic formats such as JSON. When used with the awesn1.kxs DER format, this serializer is bypassed and native INTEGER DER TLV encoding/decoding is used.
Serialization uses Asn1Integer.toHexString/Asn1Integer.fromHexString.