public class IESParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
Modifier and Type | Field and Description |
---|---|
private byte[] |
derivation |
private byte[] |
encoding |
private int |
macKeySize |
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
|