本文介绍了Java ASN.1编译器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
现在我正在使用来解析ASN.1文件,以便在Java项目中使用。它采用ASN.1定义并生成允许我操作ASN.1文件的Java类。
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年前,所以我担心这个项目已经死了。
I've hit a wall with extension markers (...) because it doesn't support them. The source forge project page says they're coming in the next release, but the last release was nearly 2 years ago so I fear the project is dead.
任何人都可以推荐一个简单(和$免费)的替代品做类似的事情,并支持扩展标记?
Can anyone recommend an easy (and $free) replacement that does a similar thing and does support extension markers?
推荐答案
你试过。
来自网站:
- 轻量级加密API。
- Java加密扩展和Java加密体系结构的提供程序。
- JCE的洁净室实现1.2.1。
- 用于读写编码的 ASN.1 对象的库。
- ...
- 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.
- ...
这篇关于Java ASN.1编译器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!