Hi All,
I am working on some new requirement where RSA key pair (1024) will be generated at server and Private key needs to be stored in applet which can be used fr further crypto operation.
As per my understanding to create a PrivateKey in applet i need to set the exponent and modulus for Private key but I am not clear abt how to send required private key data to the applet.
Can any body help me out in storing the Private Key into applet.