Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Amazon Corretto supports JCE?

Tags:

java

corretto

Currently, I am using Oracle JDK with JCE support. I am planning to move from oracle JDK to Amazon Corretto.

Just wanted to know whether Amazon Corretto supports JCE (Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 8).

like image 336
Ravi dev14 Avatar asked Apr 09 '19 09:04

Ravi dev14


People also ask

Is Amazon Corretto the same as Java?

General. Q: What is Amazon Corretto? A: Corretto is a build of the Open Java Development Kit (OpenJDK) with long-term support from Amazon. Corretto is certified using the Java Technical Compatibility Kit (TCK) to ensure it meets the Java SE standard and is available on Linux, Windows, and macOS.

Is Amazon Corretto 11 free?

Amazon Corretto 11, a no-cost, multiplatform, production-ready distribution of OpenJDK 11, is now generally available.

Does Amazon Corretto include JavaFX?

Amazon Corretto does support JavaFX. You can register in JavaSoft registry, PATH, JAVA_HOME.


1 Answers

Following what James said in the comment, the answer is yes it does.

Since OpenJDK 8u161, unlimited cryptography has been enabled as default. See oracle.com/technetwork/java/javase/… As a result, Amazon Corretto also supports the unlimited cryptographic policy.

like image 53
Yishai Galatzer Avatar answered Oct 29 '22 11:10

Yishai Galatzer