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

visual studio - vb.net filter binding source by time -

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -