Certificate Download
Certificate Download
1. Input sent by SDK
nonce_app{
"id": "req_7b31e0c4f8c9431db99a8c87e990abcd",
"license": "LIC-1234567890",
"sessionId": "SESSION-55667788",
"sdkVersion": "2.0.1",
"osPlatform": "android",
"timestamp": 1710087513123,
"data": {
"nonce": "c3a19e28fdb745cd88b31e109f01d2a7"
}
}Values used in password:
Field
Description
2. API response (with server-generated nonce)
3. P12 certificate password construction
4. Why is this method secure?
✔ The server cannot generate the password alone
✔ The SDK cannot generate the password without the server
✔ Each generated certificate has a completely distinct password
✔ The password involves unique and contextual information:
5. What travels over the network?
Last updated
