From: Guevara, A. <Ale...@uh...> - 2002-09-13 14:59:48
|
> > We should definitely support secure message transport -- is that what > you mean? Alexei, can this be worked into the changes you're working > on with lower layer protocols? > yes, definitely ! We can use the decorator pattern to make any LLP connection secure. Or, we could actually use the java's own impl of secure communication channels, like secure socket layer (SSL). alex6 |