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). this.derivation = derivation; this.encoding = encoding; this.macKeySize = macKeySize;
this.derivation = derivation; this.encoding = encoding; this.macKeySize = macKeySize;
return derivation;
return encoding;
return macKeySize;