| Author |
Generating Public and Private keys.
|
Am SH
Greenhorn
Joined: Jan 26, 2004
Posts: 1
|
|
Hi All, I want to generate PublicKey and PrivateKey pairs in my java program and distribute the public key. How do I convert the PublicKey into a String ? I can convert it into a byte array, but not able to extract a string value. Further, how do I obtain the PrivateKey object back from the Supplied string. Some code snippets will be really helpful. Thank you. Cheers, Amit.
|
 |
Vijay Pandey
Ranch Hand
Joined: Feb 20, 2002
Posts: 39
|
|
|
hope i inderstodd your problem...if you can get a byte array simply construct a string out of this byte array..see the various String constructors..
|
Vijay Pandey<br />-----------------------------------<br />SCJP,OCP 8i DBA,OCP 9i DBA,<br />SCBCD,OOAD with UML (486), PMP, SCEA, SCWCD
|
 |
 |
|
|
subject: Generating Public and Private keys.
|
|
|