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
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
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)