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