Class HKDFParameterSpec.Expand
java.lang.Object
javax.crypto.spec.HKDFParameterSpec.Expand
- All Implemented Interfaces:
AlgorithmParameterSpec, HKDFParameterSpec
- Enclosing interface:
HKDFParameterSpec
Defines the input parameters of an Expand operation as defined in RFC 5869.
- Since:
- 25
-
Nested Class Summary
Nested classes/interfaces declared in interface HKDFParameterSpec
HKDFParameterSpec.Builder, HKDFParameterSpec.Expand, HKDFParameterSpec.Extract, HKDFParameterSpec.ExtractThenExpand
-
Method Summary
-
Method Details
-
prk
-
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
-