Project JXTA

Package net.jxta.impl.endpoint.tls

A JXTA MessageTransport implementation which which provides secure, private message transmission using TLS sockets.

See:
          Description

Class Summary
JTlsDefs  
JTlsInputStream Acts as the input for TLS.
JTlsOutputStream Acts as the output for TLS.
TlsConn This class implements the TLS connection between two peers.
TlsConn.HandshakeState Tracks the state of our TLS connection with a remote peer.
TlsManager Manages the connection pool between peers.
TlsMessenger This class implements sending message onto a TLS connection.
TlsSocket A "shim" socket which we provide to the TLS layer.
TlsTransport A JXTA MessageTransport implementation which uses TLS sockets.
 

Package net.jxta.impl.endpoint.tls Description

A JXTA MessageTransport implementation which which provides secure, private message transmission using TLS sockets. A virtual transport, the messages are transfered between peers using some other message transport.

See Also:
JXTA Protocols Specification : Standard JXTA Transport Bindings, IETF RFC 2246: The TLS Protocol-Version 1.0

JXTA J2SE