Package org.bouncycastle.crypto.params
Class KDFParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.KDFParameters
-
- All Implemented Interfaces:
DerivationParameters
public class KDFParameters extends java.lang.Object implements DerivationParameters
parameters for Key derivation functions for IEEE P1363a
-
-
Constructor Summary
Constructors Constructor Description KDFParameters(byte[] shared, byte[] iv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getIV()
byte[]
getSharedSecret()
-