android - Can I create a public / private key pair on a mobile device? -


for ios , android important.

the important thing want create public/private key pair per device. not creating keys during development during runtime.

on android, shouldn't problem:

keypairgenerator.getinstance( "rsa" ).genkeypair(); 

Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -