Pass certificate to j2me
Posted
by user326096
on Stack Overflow
See other posts from Stack Overflow
or by user326096
Published on 2010-04-26T16:41:26Z
Indexed on
2010/04/26
16:43 UTC
Read the original article
Hit count: 255
j2me
|encryption
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.
© Stack Overflow or respective owner