Package org.bouncycastle.crypto.fips
Class FipsKDF.AgreementKDFParameters
- java.lang.Object
-
- org.bouncycastle.crypto.fips.FipsParameters
-
- org.bouncycastle.crypto.fips.FipsKDF.AgreementKDFParameters
-
- All Implemented Interfaces:
Parameters
- Enclosing class:
- FipsKDF
public static final class FipsKDF.AgreementKDFParameters extends FipsParameters
Parameters for the X9.63 and CONCATENATION key derivation function.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FipsKDF.AgreementKDFParameters
withIV(byte[] iv)
-
Methods inherited from class org.bouncycastle.crypto.fips.FipsParameters
getAlgorithm
-
-
-
-
Method Detail
-
withIV
public FipsKDF.AgreementKDFParameters withIV(byte[] iv)
-
-