Is there a Java parser for BER-TLV?

后端 未结 6 1905
暖寄归人
暖寄归人 2020-12-16 04:43

I\'m new to Java, so I would like to use the standard solution for, I think, the standard task. The length of tags and values ​​are not known.

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-16 05:00

    Might be this free library can be useful for you. I've used this one for simple TLV parsing. Anyway it's with MIT license and you can modify it.

    https://github.com/VakhoQ/tlv-encoder
    

提交回复
热议问题