Uses of Class
com.eatthepath.noise.NamedProtocolHandshakeBuilder
Packages that use NamedProtocolHandshakeBuilder
Package
Description
Provides classes and interfaces for performing handshakes and exchanging messages via a Noise protocol.
-
Uses of NamedProtocolHandshakeBuilder in com.eatthepath.noise
Methods in com.eatthepath.noise that return NamedProtocolHandshakeBuilderModifier and TypeMethodDescriptionNamedProtocolHandshakeBuilder.setLocalStaticKeyPair
(KeyPair localStaticKeyPair) Sets the local static key pair for this handshake.NamedProtocolHandshakeBuilder.setPreSharedKeys
(List<byte[]> preSharedKeys) Sets the pre-shared keys for this handshake.NamedProtocolHandshakeBuilder.setPrologue
(byte[] prologue) Sets the prologue for this handshake.NamedProtocolHandshakeBuilder.setRemoteStaticPublicKey
(PublicKey remoteStaticPublicKey) Sets the remote static public key for this handshake.