...
|
getDeviceOpened
gets whether the device has been opened.
The reply contains obtiene si el dispositivo ha sido abierto.
La respuesta contiene "data" with con "ret" with con "true" or o "false".
getDeviceSerial
Replies Responde "data" that contains a que contiene un "ret" with the device serial number
getEncryptedAesKey
gets a key that is necessary for decrypting the bioData captured during in the last signature processcon 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" contains a contiene un campo "darray" field which is a JSON array of numbers each being an octet of the preliminary document hashque es una matriz JSON de números, cada uno de los cuales es un octeto del hash del documento preliminar.
reply
"data" that contains a que contiene un campo "ret" field with the base64-encoded encrypted AES keycon la clave AES cifrada con codificación base64
getNotaryInfo
Replies Responde "data" that contains a que contiene un "ret" with the notary infocon la información notarial.
getPreliminaryData
gets preliminary data including the last signature imageobtiene los datos preliminares, incluida la última imagen de firma.
request
"data" that contains
...
"withAlpha", whether to use an alpha channel for transparency,
...
"width" the desired width of the image,
...
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
contains contiene "data" with con "ret" which contains an array with these items
the bio data,
the certificate necessary to verify the signature as baset64 text,
the last signature image as base64 text,
the notary information as base64 text,
the device name,
the device serial number.
getSignatureImage
gets the signature image in one of two ways.
If startSigning has been called with the "config" map,
this responds a stream of images that ends when the signature ends.
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.
Si se ha llamado a startSigning con el mapa "config",
esto responde a un flujo de imágenes que termina cuando finaliza la firma.Else, it sends a single image.
"data" may contain
"withAlpha", whether to use an alpha channel for transparency, (true or false),
"width" the desired width,
"height" the desired height.
getSignedFinalDocHash
is obsoletepuede contener
«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.
...