Uses of Class
com.eatthepath.noise.NoSuchPatternException
Packages that use NoSuchPatternException
Package
Description
Provides classes and interfaces for performing handshakes and exchanging messages via a Noise protocol.
-
Uses of NoSuchPatternException in com.eatthepath.noise
Methods in com.eatthepath.noise that throw NoSuchPatternExceptionModifier and TypeMethodDescriptionNoiseHandshake.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.Constructors in com.eatthepath.noise that throw NoSuchPatternExceptionModifierConstructorDescriptionNamedProtocolHandshakeBuilder
(String noiseProtocolName, NoiseHandshake.Role role) Constructs a new Noise handshake for the given Noise protocol name and role.