Potential events that decrypt and encrypt operations may emit:
start when the operation begins.
progress events report status durring the operation.
complete when the operation finished successfully.
error when a failure occurs.
end is emitted when the operation is done (after complete or error)
Potential events that decrypt and encrypt operations may emit:
startwhen the operation begins.progressevents report status durring the operation.completewhen the operation finished successfully.errorwhen a failure occurs.endis emitted when the operation is done (aftercompleteorerror)