org.bouncycastle.jce.spec
public class IESParameterSpec extends Object implements AlgorithmParameterSpec
Constructor Summary | |
---|---|
IESParameterSpec(byte[] derivation, byte[] encoding, int macKeySize) |
Method Summary | |
---|---|
byte[] | getDerivationV()
return the derivation vector. |
byte[] | getEncodingV()
return the encoding vector. |
int | getMacKeySize()
return the key size in bits for the MAC used with the message |