Class KeyDerivationFunctionNotes

java.lang.Object
net.jrodolfo.java_evolution.java25.KeyDerivationFunctionNotes

public class KeyDerivationFunctionNotes extends Object
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 Details

    • KeyDerivationFunctionNotes

      public KeyDerivationFunctionNotes()
  • Method Details

    • purpose

      public String purpose()
      Explains the cryptographic goal.
      Returns:
      a short explanation
    • projectDecision

      public String projectDecision()
      Explains why this package uses notes.
      Returns:
      the project decision