• Encrypt the object with public key

    Type Parameters

    Parameters

    • pubK: string

      public key

    • obj: T

      object to encrypt

    Returns Promise<string>

    • encrypted object

Generated using TypeDoc