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
$300 in Free Credit Towards Top Cloud Services
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
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)