Uses of Class
com.eatthepath.noise.NoiseHandshake

Packages that use NoiseHandshake
Package
Description
Provides classes and interfaces for performing handshakes and exchanging messages via a Noise protocol.
  • Uses of NoiseHandshake in com.eatthepath.noise

    Methods in com.eatthepath.noise that return NoiseHandshake
    Modifier and Type
    Method
    Description
    NamedProtocolHandshakeBuilder.build()
    Constructs a Noise handshake with the previously-configured protocol and keys.
    NoiseHandshakeBuilder.build()
    Constructs a Noise handshake with the previously-specified handshake pattern, role key material and cryptographic components.
    NoiseHandshake.fallbackTo(String handshakePatternName)
    "Falls back" to the named handshake pattern, transferring any appropriate static/ephemeral keys and an empty collection of pre-shared keys.
    NoiseHandshake.fallbackTo(String handshakePatternName, List<byte[]> preSharedKeys)
    "Falls back" to the named handshake pattern, transferring any appropriate static/ephemeral keys and the given collection of pre-shared keys.