org.bouncycastle.crypto.params

Class KDFParameters

Implemented Interfaces:
DerivationParameters

public class KDFParameters
extends java.lang.Object
implements DerivationParameters

parameters for Key derivation functions.

Constructor Summary

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

Method Summary

byte[]
getIV()
byte[]
getSharedSecret()

Constructor Details

KDFParameters

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

Method Details

getIV

public byte[] getIV()


getSharedSecret

public byte[] getSharedSecret()