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.
TlsManager Manages the connection pool between peers.
TlsMessenger This class implements sending messages through a TLS connection.
TlsSocket A "shim" socket which we provide to the TLS layer.
TlsTransport A JXTA MessageTransport implementation which uses TLS sockets.
 

Enum Summary
TlsConn.HandshakeState Tracks the state of our TLS connection with a remote peer.
 

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

JXSE