You can the Encryption library to generate the key. I'm not familiar enough with those formats (p12, pfx) to say how difficult will it be to manually implement them.
You can use jShell to call Keytool to generate such files.
Hi Erel; I can achieve it easily in windows or Linux using java keytool , but here in B4J i didn't try , i just want to see if there is a ready library or commands in B4J before diving deeply.
Generating Public/Private keys is interesting topics in encryption/decryption messaging in peer to peer communication, like chats.
You can the Encryption library to generate the key. I'm not familiar enough with those formats (p12, pfx) to say how difficult will it be to manually implement them.
You can use jShell to call Keytool to generate such files.