Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It must be ensured that a connection to wss://signsocket.stepover.com:57357/signsocket/ or https://signsocket.stepover.com:57357 (call in browser) can be established (check the troubleshooting in case you can access the pad connector after the installation).

Functions

signSocketStopSigning( showManufacturerLogo, callback );

signSocketGetSignatureImage( width, height, withAlpha, callback );

signSocketStartSigning( x, y, width, height, resolution, page, withHashDialog, signSession, signatureTimeout, callback );

signSocketStartViewing( pages, resolution, callback );

signSocketGetDeviceCount(callback);

signSocketExecuteDeviceSearch(callback);

signSocketGetEncryptedAesKey( hash, callback );

signSocketSetFinalDocHash( hash );

signSocketGetSignedFinalDocHash(callback);

signSocketStart(callback);

signSocketGetPreliminaryData( width, height, withAlpha, withHashDialog, callback );

signSocketGetVersion( callback );

signSocketFinishSigning();

signSocketRestart( reconnect );

...

Interfaces

The Pad Connector has two interfaces for the communication the JavaScript Interface and the Websocket Interface.


Downloads

The Pad Connector is available for Windows, Linux and macOS.

...