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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.