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