简体   繁体   中英

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

For now only iOS and Android are important.

The important thing is that I want to create a public/private key pair PER DEVICE. its not about creating the keys during development but during runtime.

android上 ,这应该不是问题:

KeyPairGenerator.getInstance( "RSA" ).genKeyPair();

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM