public class IESParameters extends java.lang.Object implements CipherParameters
Modifier and Type | Field and Description |
---|---|
private byte[] |
derivation |
private byte[] |
encoding |
private int |
macKeySize |
Constructor and Description |
---|
IESParameters(byte[] derivation,
byte[] encoding,
int macKeySize) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getDerivationV() |
byte[] |
getEncodingV() |
int |
getMacKeySize() |
private byte[] derivation
private byte[] encoding
private int macKeySize