- 23 Oct 2024
- 1 Minute à lire
- SombreLumière
E-signature generation
- Mis à jour le 23 Oct 2024
- 1 Minute à lire
- SombreLumière
Signature generation (overview)
The workflow involves the following steps:
The user provides the signing data to the application integrating the Digipass SDK.
The application integrating the SDK retrieves the Digipass static and dynamic vectors from its data storage.
The application calls the SDK e-signature generation function with the Digipass vectors and the data to sign.
The SDK returns an e-signature or an error code. The dynamic vector is updated.
The application updates the dynamic vector in its data storage. To update the dynamic vector, the application can rely on the Secure Storage SDK.
For more information, refer to OneSpan Mobile Security Suite Product Guide, Secure Storage SDK.
The application processes the e-signature or the error code.
Routines of the e-signature generation service:
C/C++/Objective C: DPSDK_GenerateSignature
Swift: generateSignature
Java: generateSignature