| Author |
RSA Encryption / Decryption does not work
|
Marcus Didius Falco
Ranch Hand
Joined: Feb 25, 2007
Posts: 72
|
|
Hello,
to try out Java security features I have written the following class (I know I would not be really usefull, just for trying the API):
I call it with the following code
However the original messages is not restored.
decrypted contains a String of zero-length.
Where is the mistake??
Thanks for any input,
Hans
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19214
|
|
|
Check out line 22.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Marcus Didius Falco
Ranch Hand
Joined: Feb 25, 2007
Posts: 72
|
|
I must be blind...
Thanks a lot
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19214
|
|
You're welcome
|
 |
 |
|
|
subject: RSA Encryption / Decryption does not work
|
|
|