P
pvorobie
Guest
I can create server-side API to sign byte[] such as uploaded file, but you will have to provide your Private Key as parameter. Perhaps better option would be using HTTP call to your secure server to get such signature (this way you will not expose your Private Key).
Continue reading...
Continue reading...