Uses of Interface
net.i2p.crypto.KeyFactory
Package | Description |
---|---|
com.southernstorm.noise.protocol |
Provides classes for communicating via the Noise protocol.
|
net.i2p.router.crypto.ratchet |
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
|
net.i2p.router.transport.crypto |
DH key generation.
|
-
Uses of KeyFactory in com.southernstorm.noise.protocol
Constructors in com.southernstorm.noise.protocol with parameters of type KeyFactory Constructor Description Curve25519DHState(KeyFactory xdh)
Constructs a new Diffie-Hellman object for Curve25519.HandshakeState(String patternId, int role, KeyFactory xdh)
Creates a new Noise handshake. -
Uses of KeyFactory in net.i2p.router.crypto.ratchet
Classes in net.i2p.router.crypto.ratchet that implement KeyFactory Modifier and Type Class Description class
Elg2KeyFactory
Elligator2 for X25519 keys. -
Uses of KeyFactory in net.i2p.router.transport.crypto
Classes in net.i2p.router.transport.crypto that implement KeyFactory Modifier and Type Class Description class
X25519KeyFactory
Try to keep DH pairs at the ready.