This is the additional payload that gets appended to outgoing messages. It's used in the Swift side to encrypt the response that comes back

Hierarchy

  • SecureMessagingParams

Constructors

Properties

Constructors

Properties

iv: number[]

The Initial Vector as number[]

key: number[]

The CipherKey as number[]

methodName: string

The method that's been appended to window to be called later

secret: string

The secret used to ensure message sender validity

Generated using TypeDoc