Uses of Interface
com.eatthepath.noise.component.NoiseKeyAgreement
Packages that use NoiseKeyAgreement
Package
Description
Provides interfaces and concrete implementations of the cryptographic components of a Noise protocol (key agreement
algorithms, ciphers, and hash algorithms).
-
Uses of NoiseKeyAgreement in com.eatthepath.noise.component
Methods in com.eatthepath.noise.component that return NoiseKeyAgreementModifier and TypeMethodDescriptionstatic NoiseKeyAgreement
NoiseKeyAgreement.getInstance
(String noiseKeyAgreementName) Returns aNoiseKeyAgreement
instance that implements the named key agreement algorithm.