Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NemPrivacyStrategy

Hierarchy

  • NemPrivacyStrategy

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • privateKey: string
    • publicKey: string

    Returns NemPrivacyStrategy

Properties

privateKey

privateKey: string

publicKey

publicKey: string

Methods

decrypt

  • decrypt(message: any): any
  • Parameters

    • message: any

    Returns any

encrypt

  • encrypt(message: any): any
  • Parameters

    • message: any

    Returns any

Generated using TypeDoc