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
Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight
CLEAR by Quantum Knight is a FIPS-140-3 validated encryption SDK engineered for enterprises requiring top-tier security. Offering robust post-quantum cryptography, CLEAR secures files, streaming media, databases, and networks with ease across over 30 modern platforms. Its compact design, smaller than a single smartphone image, ensures maximum efficiency and low energy consumption.
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)