Intercept communication from Extension

Hello Vaadin Team!
I try to write extension that encrypt some data send over http. I want extend PasswordFiled and TextField.

I ended up with interception VTextField communication.
Is it any chance to intercept updateVariable method (or “text” value) before send to server from extension or component descendant ?