...
Table of Contents | ||||
---|---|---|---|---|
|
...
Peticiones,
...
respuestas,
...
respuestas estáticas.
executeDeviceSearch
searches devices and selects one of them.
The reply contains busca dispositivos y selecciona uno de ellos.
La respuesta contiene"data" with con "ret" with a onecon un uno (1) in case of successen caso de que la respuesta sea afirmativa.
finishSigning
ends a running signature capture in a similar way as the OK click on the device.
This should lead to a lazy "onStaticAppletSignatureFinished" replyfinaliza una captura de firma en ejecución de forma similar al clic de OK en el dispositivo.
Esto debería dar lugar a una respuesta estática «onStaticAppletSignatureFinished».
getBioData
gets biodata.
The reply contains "data" that contains a "ret" field with the biodata as a base64-encoded sequence of naturaSignV2 records.
getButtonConfigs
gets the current button configuration of the signature pad. Since v2.2.0
The reply contais "data" with "ret" with an array of button configs.
An element of that array, a single button config, has the fieldsobtiene biodatos.
La respuesta contiene «data» que contiene un campo «ret» con los biodatos como una secuencia codificada en base64 de registros naturaSignV2.
getButtonConfigs
obtiene la configuración actual de los botones de la tableta de firma. Desde v2.2.0
La respuesta contiene «data» con «ret» con un conjunto de configuraciones de botones.
Un elemento de esa matriz, una sola configuración de botón, tiene los campos
mode being one of Signature or DocView or DocSign
kind being one of Ok, Repeat, Cancel, Rotate, Rotate90, Prev, Next, ZoomIn, ZoomOut, StartSignature
visible, boolean
enabled, boolean
color which is a 32bit ARGB valuevalue.
el modo puede ser Firma, DocView o DocSign
siendo uno de: Ok, Repeat, Cancel, Rotate, Rotate90, Prev, Next, ZoomIn, ZoomOut, StartSignature
visible, booleano
enabled, booleano
color, que es un valor Valor ARGB de 32 bits.
|
getButtonEvents
observes the button clicks on the pad. Since observa las pulsaciones de botón en Tableta de firma. Desde la v2.2.0The lazy replies contain "data" that contains "ret" that contains the "kind" of the button which was clicked
Las respuestas estáticas contienen «data» que contiene «ret» que contiene el «kind» del botón que se ha pulsado.
|
getDevice
gets the name of the selected device
The reply contains obtiene el nombre del dispositivo seleccionado
La respuesta contiene "data" with con "ret" with the namecon el nombre.
getDeviceCertificate
gets a certificate which is necessary to verify the last signature.
The reply contains obtiene un certificado necesario para verificar la última firma.
La respuesta contiene "data" with con "ret" with a base64 encoded DER encoded con un certificado X.509 certificatecodificado DER en base64.
getDeviceCount
gets the number of attached signature devices
reply contains obtiene el número de dispositivos de firma conectados
reply contiene "data" with con "ret" with the number of devicescon el número de dispositivos.
getDeviceInfo
gets information on the selected device.
The reply contains obtiene información sobre el dispositivo seleccionado.
La respuesta contiene "data" with con "ret" withcon
"serial", the serial number,
"deviceType", the device type,
"firmwareVersion", the firmware version,
"openState", the open state, it should be zeroserial», el número de serie,
«deviceType», el tipo de dispositivo,
«firmwareVersion», la versión del firmware,
«openState», el estado abierto, debe ser cero(0),
"deviceTime", the time as milliseconds since «deviceTime», el tiempo en milisegundos desde 1970,
"cryptoIdInfo", an XML text containing info about the cryptographic keys stored on the device.
"cryptoIdInfoJson", contains similar information as "cryptoIdInfo" as a JSON array. Since «cryptoIdInfo», un texto XML que contiene información sobre las claves criptográficas almacenadas en el dispositivo.
«cryptoIdInfoJson», contiene información similar a “cryptoIdInfo” en forma de matriz JSON. Desde v2.1.0.
|
...