I created a certificate on apache server. x.509 public key certificate RSA created using the keytool
I need to pass this to a J2me app, via http. So the J2me app can encrypt data
How do I do this.
I created a certificate on apache server. x.509 public key certificate RSA created using the keytool
I need to pass this to a J2me app, via http. So the J2me app can encrypt data
How do I do this.
I would advise first reading the specifications of JSR-177.
If it isn't available on the phones you target, the code you will need to write would be related to an implementation of the javax.microedition.pki.UserCredentialManager class.