Strengthen your Java App's Defenses with Key Encapsulation Mechanism API – Inside Java Newscast #54



Strengthen your Java App's Defenses with Key Encapsulation Mechanism API – Inside Java Newscast #54

Strengthen your Java App's Defenses with Key Encapsulation Mechanism API - Inside Java Newscast #54

JEP 452 introduces a developer-friendly cryptographic primitive that allows the sender and the receiver to agree on a secret key using a key encapsulation message. The Key Encapsulation Mechanism (KEM) API will be security provider-based and empowers you to seamlessly incorporate KEM algorithms in your applications or use KEMs in TLS.

~~~ Chapters ~~~
0:00 ⇨ A BD-1 Story
0:59 ⇨ Intro
JEP-452: https://openjdk.org/jeps/452
1:32 ⇨ Components
KeyPairGenerator API: https://docs.oracle.com/en/java/javase/20/docs/api/java.base/java/security/KeyPairGenerator.html
Padding: https://en.wikipedia.org/wiki/Padding_(cryptography)
4:23 ⇨ Configuration
5:33 ⇨ Delayed Provider Selection
6:31 ⇨ Extracting Shared Secrets
7:42 ⇨ Message Size
8:28 ⇨ Outro

~~~ More Information ~~~
◦ Inside.Java – News and Views from the Oracle Java Team ➱ https://inside.java
◦ Dev.Java – The Destination for Java Developers ➱ https://dev.java
◦ OpenJDK ➱ https://openjdk.org
◦ Oracle Java ➱ https://www.oracle.com/java/

Tags: #Java #JDK #Java21 #JDK21 #OpenJDK #InsideJava #Security #Encryption

Comments are closed.