public AEADParameters(KeyParameter key, int macSize, byte[] nonce, byte[] associatedText)(Code)
Base constructor.
Parameters: key - key to be used by underlying cipher Parameters: macSize - macSize in bits Parameters: nonce - nonce to be used Parameters: associatedText - associated text, if any