tuweni / org.apache.tuweni.scuttlebutt.handshake

Package org.apache.tuweni.scuttlebutt.handshake

Types

SecureScuttlebuttHandshakeClient

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

class SecureScuttlebuttHandshakeClient

SecureScuttlebuttHandshakeServer

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

class SecureScuttlebuttHandshakeServer

SecureScuttlebuttStreamClient

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

interface SecureScuttlebuttStreamClient

SecureScuttlebuttStreamServer

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

interface SecureScuttlebuttStreamServer

Exceptions

HandshakeException

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

class HandshakeException : RuntimeException

StreamException

class StreamException : RuntimeException