Generate Signature
Authenticate your request
Overview
A signature is an encrypted string data obtained by processing request's body data through combined algorithm of SHA-256 & RSA Algorithm (Crypto: JCE Sign). The signature at the client's end is encrypted by using a unique private key/certificate provided by the Singleview. To pass a request, the user should process the message body and encrypted it to create a signature and enclose it in the request.
Every request received by Singleview API is authenticated by decrypting the signature using Public key/certificate.

Representation of process flow to generate an encrypted Signature
Updated 2 months ago