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