Class KeyEncapsulationMechanismNotes
java.lang.Object
net.jrodolfo.java_evolution.java21.KeyEncapsulationMechanismNotes
Explains the Key Encapsulation Mechanism API introduced in Java 21.
Secure communication often needs two parties to agree on shared symmetric key material without sending that key directly. A Key Encapsulation Mechanism uses asymmetric cryptography to establish that shared material.
This repository keeps KEM as notes because a realistic example depends on cryptographic providers and setup that would distract from the language/API learning path.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExplains why this feature is documented as notes.purpose()Explains the cryptographic purpose.
-
Constructor Details
-
KeyEncapsulationMechanismNotes
public KeyEncapsulationMechanismNotes()
-
-
Method Details
-
purpose
-
projectDecision
Explains why this feature is documented as notes.- Returns:
- the project decision
-