JXTA

Uses of Package
net.jxta.impl.endpoint.tls

Packages that use net.jxta.impl.endpoint.tls
net.jxta.impl.endpoint.tls A JXTA MessageTransport implementation which which provides secure, private message transmission using TLS sockets. 
 

Classes in net.jxta.impl.endpoint.tls used by net.jxta.impl.endpoint.tls
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.
TlsSocket
          A "shim" socket which we provide to the TLS layer.
TlsTransport
          A JXTA MessageTransport implementation which uses TLS sockets.
 


JXSE