encryptin of messages ...

Jablonsky Miroslav SWH (jabl@nlt.siemens.at)
Tue, 22 Sep 1998 16:30:48 +0200

Dear Java,
I want to encrypt and decrypt the messages I'm sending between server
and client Java applications. I have studied your "Java Cryptography
Architecture" (JCA) API Specification reference and I see that JCA is
for signatures ONLY.
MessageDigest can't solve my problem too, can it ? (I dont need HASH,
bud encrypted message)
Is there some possibility to send encrypted messages in JAVA, so that
noone except cliet and server can read the message ?
thank you very much.

Miroslav Jablonsky