Interface Crypto

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

Hierarchy

  • Crypto

Implemented by

Methods

Methods

  • Returns

    the unencrypted data

    Parameters

    • data: any

      the encrypted data in the format you expect it to be

    Returns any

  • note anything can be passed

    Returns

    the encrypted data in any format, important is decode must be able to handle it

    Parameters

    • data: any

      the data to be encrypted

    Returns any

Generated using TypeDoc