Okay Okay :-))

I'm using a standalone Java Client to connect the orionserver over the
network.
I want to use crypto. between client and orionserver.

Thanks again

tobi


----- Original Message -----
From: "Dean Parker" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, April 25, 2001 7:34 PM
Subject: RE: ...need urgent help!


> A few more details please. Do you want to encode transmission from the
Orion
> server to a standard java application sitting on another node in a single
> corporate LAN? Why? That would be no different than all of the other
normal
> LAN data flowing around in a corporation. If you want to encode
transmission
> >from an app server to a java client over the general Internet, you might
try
> making your java app into an RMI server, then save the stub and skeleton
> files in the app server classpath. This will allow you to do a lookup of
the
> RMI server from the app server. You can then use JCE to generate a
symmetric
> key shared between the app server and the rmi server. Just encode your
data
> before sending it to the RMI server and decode it when it arrives.
>
> The actual details of all this is what I get paid for, and I don't feel
like
> typing that much.
>
> :-)
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Tobias
> Streckel
> Sent: Wednesday, April 25, 2001 9:39 AM
> To: Orion-Interest
> Subject: ...need urgent help!
>
>
> Hello,
>
> how can I make an coded connection between orion an my standalone java
> client?
>
> I think I must use the jce but how?
>
> Thanks
>
> Tobi
>
>
>
>


Reply via email to