Uses of Enum Class
com.eatthepath.noise.NoiseHandshake.Role
Packages that use NoiseHandshake.Role
Package
Description
Provides classes and interfaces for performing handshakes and exchanging messages via a Noise protocol.
-
Uses of NoiseHandshake.Role in com.eatthepath.noise
Methods in com.eatthepath.noise that return NoiseHandshake.RoleModifier and TypeMethodDescriptionstatic NoiseHandshake.RoleReturns the enum constant of this class with the specified name.static NoiseHandshake.Role[]NoiseHandshake.Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.eatthepath.noise with parameters of type NoiseHandshake.RoleModifierConstructorDescriptionNamedProtocolHandshakeBuilder(String noiseProtocolName, NoiseHandshake.Role role) Constructs a new Noise handshake for the given Noise protocol name and role.