Package de.sfuhrm.openssl4j

Binding classes from the Java JCA providers. The native OpenSSL library is being linked dynamically into the JVMs address space.

Usage

There are multiple ways of using the library.

Runtime configuration

MessageDigest md5 = new MessageDigest("MD5", new OpenSSLProvider());

Runtime configuration

MessageDigest md5 = new MessageDigest("MD5", new OpenSSLProvider());