Hello Serhii,
I want to use certificate pinnig also to secure the communitacion with my API, but what i means is to use a user certificate installed in the mobile device of each user and not included in the app (different certificates for each user).
In my country (Spain) each person has a digital certificate available with their national ID card, so i want to use these certificates to improve the security in some ways by using the user identification included in the official certificate (added security to the classic user/password identification) and also for signing documents with the private key of the user included in the certificate or to encrypt private information of the user and to allow accesing to this information only to people having the public key of the user to decrypt this information.
I have readed something about KeyStore and use native code, also this links can help me:
https://www.avisi.nl/blog/2015/05/29/...
https://stackoverflow.com/questions/4...
But i don't know if there is a plugin available to make it possible, if i must to create a plugin for this purpose or if i must to execute native code for the android / ios detected device.
Thank you in advance.