Package | Description |
---|---|
org.bouncycastle.crypto.params |
Modifier and Type | Method and 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.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.