Class KeyDerivationFunctionPreviewNotes

java.lang.Object
net.jrodolfo.java_evolution.java24.KeyDerivationFunctionPreviewNotes

public class KeyDerivationFunctionPreviewNotes extends Object
Explains the Key Derivation Function API preview in Java 24.

Cryptographic systems often need to derive new keys from secret material and context data. Java 24 previewed a standard API for that operation, and Java 25 finalized it.

  • Constructor Details

    • KeyDerivationFunctionPreviewNotes

      public KeyDerivationFunctionPreviewNotes()
  • Method Details

    • purpose

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

      public String status()
      Describes the feature status across releases.
      Returns:
      a short status note