All Types

org.apache.tuweni.scuttlebutt.handshake.vertx.ClientHandler

Handler managing a stream over SecureScuttlebutt originating from the Vert.x client

org.apache.tuweni.scuttlebutt.handshake.vertx.ClientHandlerFactory

Factory creating stream handlers, managing client-side connections.

org.apache.tuweni.scuttlebutt.handshake.HandshakeException

Exceptions thrown during handshake because of invalid messages or different network identifiers.

org.apache.tuweni.scuttlebutt.handshake.SecureScuttlebuttHandshakeClient

Class responsible for performing a Secure Scuttlebutt handshake with a remote peer, as defined in the Secure Scuttlebutt protocol guide

Please note that only handshakes over the Ed25519 curve are supported.

This class manages the state of one handshake. It should not be reused across handshakes. If the handshake fails, a HandshakeException will be thrown.

org.apache.tuweni.scuttlebutt.handshake.SecureScuttlebuttHandshakeServer

Class responsible for performing a Secure Scuttlebutt handshake with a remote peer, as defined in the Secure Scuttlebutt protocol guide

Please note that only handshakes over the Ed25519 curve are supported.

This class manages the state of one handshake. It should not be reused across handshakes. If the handshake fails, a HandshakeException will be thrown.

org.apache.tuweni.scuttlebutt.handshake.SecureScuttlebuttStreamClient

Interface used to encrypt and decrypt messages to and from a server.

org.apache.tuweni.scuttlebutt.handshake.SecureScuttlebuttStreamServer

Interface used to encrypt and decrypt messages to and from a client.

org.apache.tuweni.scuttlebutt.handshake.vertx.SecureScuttlebuttVertxClient

Secure Scuttlebutt client using Vert.x to manage persistent TCP connections.

org.apache.tuweni.scuttlebutt.handshake.vertx.SecureScuttlebuttVertxServer

Secure Scuttlebutt server using Vert.x to manage persistent TCP connections.

org.apache.tuweni.scuttlebutt.handshake.vertx.ServerHandler

Handler managing a stream over SecureScuttlebutt originating from the Vert.x server

org.apache.tuweni.scuttlebutt.handshake.vertx.ServerHandlerFactory

Factory creating stream handlers, managing server-side connections.

org.apache.tuweni.scuttlebutt.handshake.StreamException