...
Las respuestas estáticas son respuestas que pueden enviarse en el futuro.
Las respuestas estáticas contienen un campo "type”.
Las respuestas estáticas contienen un campo «data» que tiene un campo «messageId» y una secuencia de campos con claves «value[0-9]+».".
Tipos
Table of Contents | ||||
---|---|---|---|---|
|
Peticiones, respuestas, respuestas estáticas.
executeDeviceSearch
busca dispositivos y selecciona uno de ellos.
La respuesta contiene"data" con "ret" con un uno (1) en caso de que la respuesta sea afirmativa.
finishSigning
finaliza 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
obtiene 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
...
|
getButtonEvents
observa las pulsaciones de botón en Tableta de firma. Desde la v2.2.0
...
|
getDevice
obtiene el nombre del dispositivo seleccionado
La respuesta contiene "data" con "ret" con el nombre.
getDeviceCertificate
obtiene un certificado necesario para verificar la última firma.
La respuesta contiene "data" con "ret" con un certificado X.509 codificado DER en base64.
getDeviceCount
obtiene el número de dispositivos de firma conectados
reply contiene "data" con "ret" con el número de dispositivos.
getDeviceInfo
obtiene información sobre el dispositivo seleccionado.
...
|
getDeviceOpened
obtiene si el dispositivo ha sido abierto.
La respuesta contiene "data" con "ret" con "true" o "false".
getDeviceSerial
Responde "data" que contiene un "ret" con el número de serie del dispositivo
getEncryptedAesKey
obtiene una clave necesaria para descifrar los bioDatos capturados durante el último proceso de firma.
request
"data" contiene un campo "darray" que es una matriz JSON de números, cada uno de los cuales es un octeto del hash del documento preliminar.
reply
"data" que contiene un campo "ret" con la clave AES cifrada con codificación base64
getNotaryInfo
Responde "data" que contiene un "ret" con la información notarial.
getPreliminaryData
obtiene los datos preliminares, incluida la última imagen de firma.
request
"data" que contiene
«withAlpha», si utilizar un canal alfa para la transparencia,
«width» la anchura deseada de la imagen,
«height» la altura deseada de la imagen.
reply
contiene "data" con "ret" que contiene un array con estos elementos
los datos biométricos
el certificado necesario para verificar la firma como texto base64,
la última imagen de la firma como texto base64,
la información del notario como texto base64,
el nombre del dispositivo,
el número de serie del dispositivo.
getSignatureImage
obtiene la imagen de la firma de dos maneras.
...
«withAlpha», si utilizar un canal alfa para la transparencia, (verdadero o falso),
«width» la anchura deseada,
«height» la altura deseada.
getSignedFinalDocHash
está obsoleta.
getVersion
gets the version of the PadConnector.
The reply contains "data" with "ret" with the version.
keepAlive
Replies "data" that contains a "ret" with the text "ok".
onStaticAppletGetImage
is a lazy reply of
a startSigning or a
a startViewing request.
...
|
setButtonConfigs
sets the button configuation. Since v2.2.0.
...
|
setFinalDocHash
sets the final document hash to be signed.
request
"data" contains a "darray" field which is a JSON array of numbers each being an octet of the final document hash
reply
"data" contains a "ret" with the text "ok".
lazy reply
"type" is "onStaticAppletSignedFinalDocHash" contains "data" with "value0" field
that is a JSON array of numbers each being an octet of an RSA signature.
start
resets state and replies ok.
The lazy reply "onStaticAppletLoaded" is sent when the operation completed.
startSigning
starts a signing process.
request
"data" should contain
"page", the page of the signature field,
"x", "y", "width", "height", the position of the signature field in inch/72
where"y" is the upper border from top
"x" is the left border from left
"resolution" tells with how many dots per inch the page will be rendered
and sent as a reply to "onStaticAppletGetImage".
...
the "cryptoId" to use with the selected pad
"signatureImageIntervalMillis" to change the interval of the image stream,
"signMode" which can be
"inDoc"
"standard",
"afterSignMode" which can be
"noModeChange",
"documentViewing",
"customerLogo"
"textLines" that contains a sequence of key value pairs,
the keys being [0-9]+, the values being lines of text to be displayed on the pad;"buttonConfigs", since v2.2.0, an array of button configs, to change the buttons.
reply
"data" contains a "ret" with the text "ok".
Lazy replies
"onStaticAppletCaptureStarted", is sent when the signer starts to sign.
...
"onStaticAppletError" is sent in case of error. If the pad has been disconnected, it contains "data" with "value0" "DISCONNECT".
Remarks
With color pads, this uses the sign-in-document mode, if
...
If "config" was absent, the PC switches the pad to the customerLogo mode.
startViewing
starts a document viewing process. Supported devices can display document pages.
request
"data" may contain
"pages" with a number being the number of pages.
"buttonConfigs", since v2.2.0, an array of button configs, to change the buttons.
reply
"Ok".
lazy reply
"onStaticAppletGetImage" is sent when the PadConnector requires an image.
stopSigning
stops a signing process.
"data" may contain "showManufacturerLogo", a boolean that tells whether the pad should switch to manufacturer logo mode, also known as customer logo mode, also known as standby mode.