W3cubDocs

/OpenJDK 25

Interface KDFParameters

public interface KDFParameters
A specification of Key Derivation Function (KDF) parameters.

The purpose of this interface is to group (and provide type safety for) all KDF parameter specifications. All KDF parameter specifications must implement this interface.

When supplied, the KDF.getInstance methods return a KDF that is initialized with the specified parameters.

The KDFParameters used for initialization are returned by KDF.getParameters() and may contain additional default or random parameter values used by the underlying KDF implementation.

Since:
25
See Also:

© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/java.base/javax/crypto/KDFParameters.html