Base constructor.paramkey key to be used by underlying cipherparammacSize macSize in bitsparamnonce nonce to be usedparamassociatedText associated text, if any this.key = key; this.nonce = nonce; this.macSize = macSize; this.associatedText = associatedText;
this.key = key; this.nonce = nonce; this.macSize = macSize; this.associatedText = associatedText;
return associatedText;
return key;
return macSize;
return nonce;