org.bouncycastle.crypto.params
Class KDFParameters
java.lang.Object
  
org.bouncycastle.crypto.params.KDFParameters
- All Implemented Interfaces: 
 - DerivationParameters
 
public class KDFParameters
- extends Object
- implements DerivationParameters
  
parameters for Key derivation functions.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
KDFParameters
public KDFParameters(byte[] shared,
                     byte[] iv)
getSharedSecret
public byte[] getSharedSecret()
 
 
getIV
public byte[] getIV()