Versions Compared

Key

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

Table of Contents

General

If you want to access the signature pad from the browser you will need to install the pad connector. The Pad Connector is a local Java application that communicates with the signature pads via USB HID libraries using JNA and thus controls the interaction between website and the signature pad.

The communication between browser and Pad Connector is done by Si desea acceder a la tableta de firma desde el navegador, deberá instalar el conector de tabletas. El conector de la tableta es una aplicación Java local que se comunica con las tabletas de firma a través de las bibliotecas USB HID utilizando JNA y controla así la interacción entre el sitio web y la tableta de firma.

La comunicación entre el navegador y Pad Connector se realiza mediante Secure Web Sockets (wss). The SSL certificate and keystore are located in the installation directory and are used to overcome the mixed content barrier. The certificate has no security relevance because the traffic does not leave the local host. The certificate is issued to a host with a localhost DNS entry El certificado SSL y el almacén de claves se encuentran en el directorio de instalación y se utilizan para superar la barrera del contenido mixto. El certificado no tiene relevancia para la seguridad porque el tráfico no sale del host local. El certificado se emite a un host con una entrada DNS localhost (signsocket.stepover.com). The El Pad Connector only allows connections from the localhost.It must be ensured that a connection to sólo permite conexiones desde el localhost.

Debe asegurarse de que puede establecerse una conexión con wss://signsocket.stepover.com:57357/signsocket/ or  o 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 (llamada en navegador) (compruebe la resolución de problemas en caso de que pueda acceder al conector del pad tras la instalación).

Interfaces

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

Downloads

The Pad Connector is available for El Pad Connector tiene dos interfaces para la comunicación: el JavaScript Interface y el Interfaz Websocket

Descargas

Pad Connector está disponible para Windows, Linux and y macOS.

...

The Windows setup allows the usage of setup parameters which you can find here.

Sample

You can find sample pages under the following link. La configuración de Windows permite el uso de parámetros de configuración que puede encontrar aquí.

Ejemplo

Encontrará páginas de ejemplo en el siguiente enlace.

https://www.stepoverinfo.net/download.php?key=padconnector-sample


PagePáginaDescriptionsDescripciones
Signing\index.htmlsimple signing page which shows only the signaturepágina de firma simple que sólo muestra la firma
Signing\indexTimeout.htmlsame as the igual que el Signing\index.html just with an additional timeout of sólo con un tiempo de espera adicional de 5sec
Signing\index_extended.html

extended version of Signing\index which collects every signing information of the pad signature (like encrypted Biodate, notary infoversión extendida de Signing\index que recoge toda la información de firma de la Tableta de firma (como Biodate encriptado, información del notario...)


0: bio data (Base64)
1: device cert (Base64)
2: signature image (Base64)
3: notary info (Base64)
4: device name
5: device serial


DocView\index.html Sample of the handling of document viewing, the page contains one rendered document page (+2 zoomlevels)

Troubleshooting

...

Muestra del manejo de la visualización de documentos, la página contiene una página de documento renderizada (+2 niveles de zoom)


Solución de problemas

Si tiene problemas con la instalación o si puede acceder al conector de la Tableta de firma, consulte nuestras páginas de solución de problemas Solución de problemas / corrección de errores.