generic crypto interface to encrypt messages before they are sent to the message bus oder the underlying bus system
The idea is to make it as easy as possible, you can use for instance crypto js to handle everything
the unencrypted data
the encrypted data in the format you expect it to be
note anything can be passed
the encrypted data in any format, important is decode must be able to handle it
the data to be encrypted
Generated using TypeDoc
generic crypto interface to encrypt messages before they are sent to the message bus oder the underlying bus system
The idea is to make it as easy as possible, you can use for instance crypto js to handle everything