Uses of Record Class
net.jrodolfo.java_evolution.java25.key_derivation.DerivedKeyMaterial
Packages that use DerivedKeyMaterial
Package
Description
Executable examples for the Java 25 Key Derivation Function API.
-
Uses of DerivedKeyMaterial in net.jrodolfo.java_evolution.java25.key_derivation
Methods in net.jrodolfo.java_evolution.java25.key_derivation that return DerivedKeyMaterialModifier and TypeMethodDescriptionHkdfKeyDerivationExample.deriveAes256Key(byte[] inputKeyMaterial, byte[] salt, String contextLabel) Derives 256-bit key material for a specific application context.