org.bouncycastle.crypto.params
public class IESParameters extends Object implements CipherParameters
Constructor Summary | |
---|---|
IESParameters(byte[] derivation, byte[] encoding, int macKeySize) |
Method Summary | |
---|---|
byte[] | getDerivationV() |
byte[] | getEncodingV() |
int | getMacKeySize() |
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).