Class HKDFParameters
java.lang.Object
org.bouncycastle.crypto.internal.params.HKDFParameters
- All Implemented Interfaces:
DerivationParameters
Parameter class for the HKDFBytesGenerator class.
-
Constructor Details
-
HKDFParameters
-
-
Method Details
-
getKey
Returns the input keying material or seed.- Returns:
- the keying material
-
getInfo
public byte[] getInfo()Returns the info field, which may be empty (null is converted to empty).- Returns:
- the info field, never null
-