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 - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -