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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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)