public class

IESWithCipherParameters

extends IESParameters
java.lang.Object
   ↳ org.bouncycastle.crypto.params.IESParameters
     ↳ org.bouncycastle.crypto.params.IESWithCipherParameters

Summary

Public Constructors
IESWithCipherParameters(byte[] derivation, byte[] encoding, int macKeySize, int cipherKeySize)
Public Methods
int getCipherKeySize()
[Expand]
Inherited Methods
From class org.bouncycastle.crypto.params.IESParameters
From class java.lang.Object

Public Constructors

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).

Public Methods

public int getCipherKeySize ()