Uses of Class
javax.crypto.spec.HKDFParameterSpec.ExtractThenExpand
Packages that use HKDFParameterSpec.ExtractThenExpand
Package
Description
Provides classes and interfaces for key specifications and
algorithm parameter specifications.
-
Uses of HKDFParameterSpec.ExtractThenExpand in javax.crypto.spec
Methods in javax.crypto.spec that return HKDFParameterSpec.ExtractThenExpandModifier and TypeMethodDescriptionHKDFParameterSpec.Builder.thenExpand
(byte[] info, int length) Builds anExtractThenExpand
object from the current state of theBuilder
.