paramderivation the derivation parameter for the KDF function.paramencoding the encoding parameter for the KDF function.parammacKeySize the size of the MAC key (in bits).paramcipherKeySize the size of the associated Cipher key (in bits). super(derivation, encoding, macKeySize); this.cipherKeySize = cipherKeySize;
super(derivation, encoding, macKeySize); this.cipherKeySize = cipherKeySize;
return cipherKeySize;