Better ASN (developed by Thawte Technologies,) is a Java ASN.1 API that achieves near 100% encoding efficiency for typical ASN.1 usage. An ASN.1 to Java compiler is provided, facilitating custom extension of the API for any application.
License
GNU General Public License version 2.0 (GPLv2)Follow Better ASN
Other Useful Business Software
Zenflow- The AI Workflow Engine for Software Devs
Zenflow is the AI workflow engine built for real teams. Parallel agents plan, code, test, and verify in one workflow. With spec-driven development and deep context, Zenflow turns requirements into production-ready output so teams ship faster and stay in flow.
Rate This Project
Login To Rate This Project
User Reviews
-
Great stuff.
-
There's a way to fix the case conflict and make it usable on Windows: 0. when unzipping the tar, create a copy of the unzipped files (Extension.java & subjectAltName.java) before continuing with the conflicting file alert and overwriting them 1. import the src tree as an Eclipse project 2. rename SubjectAltName to SubjectAltName1 and EXTENSION to EXTENSION1 3. fix the compile errors by renaming the reference across the source tree
-
Source code not usable on Windows because files with same names that only differ in case are used (e.g. EXTENSION.java Extension.java)