Class KeyDerivationFunctionNotes
java.lang.Object
net.jrodolfo.java_evolution.java25.KeyDerivationFunctionNotes
Explains the Key Derivation Function API, finalized in Java 25.
Cryptographic systems often derive new keys from secret material and context data. Java 25 finalized a standard API for this task. This repository keeps the topic as notes because real cryptographic examples require careful provider and security setup.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExplains why this package uses notes.purpose()Explains the cryptographic goal.
-
Constructor Details
-
KeyDerivationFunctionNotes
public KeyDerivationFunctionNotes()
-
-
Method Details
-
purpose
-
projectDecision
-