{"id":55525,"library":"conscrypt-openjdk-uber","title":"Conscrypt OpenJDK UberJAR","description":"Conscrypt is a Java security provider that implements TLS/SSL and cryptographic operations using native code.","status":"active","version":"2.5.2","language":"java","source_language":null,"source_url":"https://github.com/google/conscrypt","tags":["conscrypt","tls","ssl","crypto","security"],"install":[{"cmd":"<dependency>\n  <groupId>org.conscrypt</groupId>\n  <artifactId>conscrypt-openjdk-uber</artifactId>\n  <version>2.5.2</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.conscrypt:conscrypt-openjdk-uber:2.5.2'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Conscrypt","correct":"org.conscrypt.Conscrypt"}],"quickstart":{"code":"import org.conscrypt.Conscrypt;\nimport java.security.Security;\n\npublic class Example {\n    public static void main(String[] args) {\n        Security.insertProviderAt(Conscrypt.newProvider(), 1);\n        System.out.println(\"Conscrypt provider installed\");\n    }\n}","lang":"java","description":"Installs Conscrypt as the primary security provider."},"warnings":[{"fix":"Use conscrypt-openjdk-uber only if you need a single JAR; otherwise prefer conscrypt-openjdk.","message":"UberJAR may conflict with other Conscrypt artifacts; use specific modules for finer control.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'code':18 'conscrypt':1,4,19 'crypto':22 'cryptograph':14 'implement':11 'java':7 'nativ':17 'openjdk':2 'oper':15 'provid':9 'secur':8,23 'ssl':21 'tls':20 'tls/ssl':12 'uberjar':3 'use':16","created_at":"2026-06-15T09:54:41.815928+00:00","updated_at":"2026-06-15T09:54:41.815928+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://conscrypt.org/","github":"https://github.com/google/conscrypt","docs":"https://appdoc.app/artifact/org.conscrypt/conscrypt-openjdk-uber/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}