> From: Edward Ned Harvey (bouncycastle) > [mailto:[email protected]] > > I would like to encrypt something and store it in a public server, knowing > that > it's secure and can only be decrypted with my private key. (I'm looking for > an > ECC equivalent of RSA Encrypt()).
I figured out how to do signing, with ECDSA and ISign. The question remains: Is it possible somehow, to encrypt something with my public key, that is only decryptable with my private key?
