org.bouncycastle.jce.spec
public class IESParameterSpec extends java.lang.Object implements java.security.spec.AlgorithmParameterSpec
| Constructor and Description |
|---|
IESParameterSpec(byte[] derivation,
byte[] encoding,
int macKeySize) |
| Modifier and Type | Method and Description |
|---|---|
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
|