Registry / crypto / conscrypt-openjdk-uber

conscrypt-openjdk-uber

JSON →
library2.5.2javamavenunverified

Conscrypt is a Java security provider that implements TLS/SSL and cryptographic operations using native code.

<dependency> <groupId>org.conscrypt</groupId> <artifactId>conscrypt-openjdk-uber</artifactId> <version>2.5.2</version> </dependency>
INSTALL
IMPORT
SIG · CONSCRYPT-OPENJDK-
C
conscrypt-openjdk-uber
cryptojavav2.5.2
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.

Conscrypt
org.conscrypt.Conscrypt

Installs Conscrypt as the primary security provider.

import org.conscrypt.Conscrypt; import java.security.Security; public class Example { public static void main(String[] args) { Security.insertProviderAt(Conscrypt.newProvider(), 1); System.out.println("Conscrypt provider installed"); } }
Debug
Known issues
gotchaUberJAR may conflict with other Conscrypt artifacts; use specific modules for finer control.
fix
Use conscrypt-openjdk-uber only if you need a single JAR; otherwise prefer conscrypt-openjdk.
affects: all
Upgrade
Version history
2.5.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
12
Amazon
1
Resources
conscrypt-openjdk-uber — mvn dependency:get conscrypt-openjdk-uber · libregistry