Registry / crypto / wildfly-openssl-java

wildfly-openssl-java

JSON →
library2.3.0.Finaljavamavenunverified

Java wrapper for OpenSSL used by WildFly to provide native cryptographic operations.

<dependency> <groupId>org.wildfly.openssl</groupId> <artifactId>wildfly-openssl-java</artifactId> <version>2.3.0.Final</version> </dependency>
INSTALL
IMPORT
SIG · WILDFLY-OPENSSL-JA
W
wildfly-openssl-java
cryptojavav2.3.0.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OpenSSLProvider
org.wildfly.openssl.OpenSSLProvider

Registers the OpenSSL provider for use with Java Security API.

import org.wildfly.openssl.OpenSSLProvider; OpenSSLProvider provider = new OpenSSLProvider(); java.security.Security.addProvider(provider); System.out.println("OpenSSL provider added");
Debug
Known issues
breakingRequires native OpenSSL libraries installed on the system; missing libraries cause runtime errors.
fix
Install OpenSSL development libraries (e.g., libssl-dev on Ubuntu).
affects: *
Upgrade
Version history
2.3.0.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
22
Resources
wildfly-openssl-java — mvn dependency:get wildfly-openssl-java · libregistry