tuweni / org.apache.tuweni.scuttlebutt

Package org.apache.tuweni.scuttlebutt

Types

Identity

interface Identity

A Scuttlebutt identity, backed by a public key. Currently supported: Ed25519 and SECP256K1.

Invite

class Invite

An invite code as defined by the Secure Scuttlebutt protocol guide.

See https://ssbc.github.io/scuttlebutt-protocol-guide/ for a detailed description of invites.

Exceptions

MalformedInviteCodeException

open class MalformedInviteCodeException : Throwable