Uses of Class
javax.crypto.spec.HKDFParameterSpec.Expand
Packages that use HKDFParameterSpec.Expand
Package
Description
Provides classes and interfaces for key specifications and
algorithm parameter specifications.
-
Uses of HKDFParameterSpec.Expand in javax.crypto.spec
Methods in javax.crypto.spec that return HKDFParameterSpec.ExpandModifier and TypeMethodDescriptionstatic HKDFParameterSpec.Expand
HKDFParameterSpec.expandOnly
(SecretKey prk, byte[] info, int length) Creates anExpand
object.