W3cubDocs

/OpenJDK 25

Class HKDFParameterSpec.Expand

java.lang.Object
javax.crypto.spec.HKDFParameterSpec.Expand
All Implemented Interfaces:
AlgorithmParameterSpec, HKDFParameterSpec
Enclosing interface:
HKDFParameterSpec
public static final class HKDFParameterSpec.Expand extends Object implements HKDFParameterSpec
Defines the input parameters of an Expand operation as defined in RFC 5869.
Since:
25

Nested Class Summary

Method Summary

Modifier and Type Method Description
byte[] info()
Returns the optional context and application specific information.
int length()
Returns the length of the output keying material.
SecretKey prk()
Returns the pseudorandom key (PRK).

Method Details

prk

public SecretKey prk()
Returns the pseudorandom key (PRK).
Returns:
the pseudorandom key

info

public byte[] info()
Returns the optional context and application specific information.
Returns:
a clone of the optional context and application specific information, or null if not specified

length

public int length()
Returns the length of the output keying material.
Returns:
the length of the output keying material

© 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/spec/HKDFParameterSpec.Expand.html