org.bouncycastle.crypto.params

Class KDFParameters

public class KDFParameters extends Object implements DerivationParameters

parameters for Key derivation functions for IEEE P1363a
Constructor Summary
KDFParameters(byte[] shared, byte[] iv)
Method Summary
byte[]getIV()
byte[]getSharedSecret()

Constructor Detail

KDFParameters

public KDFParameters(byte[] shared, byte[] iv)

Method Detail

getIV

public byte[] getIV()

getSharedSecret

public byte[] getSharedSecret()