Java ASN.1 compiler

前端 未结 2 1323
不知归路
不知归路 2021-02-06 10:40

Right now I\'m using BinaryNotes to parse ASN.1 files for use in a Java project. It takes an ASN.1 definition and produces Java class(s) that let me manipulate ASN.1 files.

相关标签:
2条回答
  • 2021-02-06 10:57

    Have you tried Bouncy Castle.

    From the site:

    Bouncy Castle Crypto APIs for Java consist of the following:

    • A lightweight cryptography API.
    • A provider for the Java Cryptography Extension and the Java Cryptography Architecture.
    • A clean room implementation of the JCE 1.2.1.
    • A library for reading and writing encoded ASN.1 objects.
    • ...
    0 讨论(0)
  • 2021-02-06 11:06

    Binary Notes is unsupported, but you can try jASN1 from OpenMuc. It appears to be based in part on Binary Notes and is currently active. The jASN1 libraries are available for download on their home page, and on JCenter and Maven Central under the group org.openmuc

    0 讨论(0)
提交回复
热议问题