Class NoCrypto

Default implementation = no encryption

Hierarchy

  • NoCrypto

Implements

Constructors

Methods

Constructors

Methods

  • Returns

    the unencrypted data

    Parameters

    • data: any

      the encrypted data in the format you expect it to be

    Returns string

  • 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