org.gudy.bouncycastle.crypto.params
Class IESWithCipherParameters
java.lang.Object
  
org.gudy.bouncycastle.crypto.params.IESParameters
      
org.gudy.bouncycastle.crypto.params.IESWithCipherParameters
- All Implemented Interfaces: 
 - CipherParameters
 
public class IESWithCipherParameters
- extends IESParameters
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
IESWithCipherParameters
public IESWithCipherParameters(byte[] derivation,
                               byte[] encoding,
                               int macKeySize,
                               int cipherKeySize)
- Parameters:
 derivation - the derivation parameter for the KDF function.encoding - the encoding parameter for the KDF function.macKeySize - the size of the MAC key (in bits).cipherKeySize - the size of the associated Cipher key (in bits).
getCipherKeySize
public int getCipherKeySize()