public class IESWithCipherParameters extends IESParameters
| Constructor and Description |
|---|
IESWithCipherParameters(byte[] derivation,
byte[] encoding,
int macKeySize,
int cipherKeySize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCipherKeySize() |
getDerivationV, getEncodingV, getMacKeySizepublic IESWithCipherParameters(byte[] derivation,
byte[] encoding,
int macKeySize,
int cipherKeySize)
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).cipherKeySize - the size of the associated Cipher key (in bits).Copyright © 2015. All rights reserved.