org.bouncycastle.crypto.params
Class IESParameters
java.lang.Objectorg.bouncycastle.crypto.params.IESParameters
- CipherParameters
public class IESParameters
extends java.lang.Object
parameters for using an integrated cipher in stream mode.
IESParameters(byte[] derivation, byte[] encoding, int macKeySize)
|
IESParameters
public IESParameters(byte[] derivation,
byte[] encoding,
int macKeySize)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).
getDerivationV
public byte[] getDerivationV()
getEncodingV
public byte[] getEncodingV()
getMacKeySize
public int getMacKeySize()