Uses of Class
org.bouncycastle.crypto.params.HKDFParameters
Packages that use HKDFParameters
-
Uses of HKDFParameters in org.bouncycastle.crypto.params
Methods in org.bouncycastle.crypto.params that return HKDFParametersModifier and TypeMethodDescriptionstatic HKDFParametersHKDFParameters.defaultParameters(byte[] ikm) static HKDFParametersHKDFParameters.skipExtractParameters(byte[] ikm, byte[] info) Factory method that makes the HKDF skip the extract part of the key derivation function.