Uses of Interface
net.i2p.crypto.KeyFactory
Packages that use KeyFactory
Package
Description
Provides classes for communicating via the Noise protocol.
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
DH key generation.
-
Uses of KeyFactory in com.southernstorm.noise.protocol
Constructors in com.southernstorm.noise.protocol with parameters of type KeyFactoryModifierConstructorDescriptionConstructs a new Diffie-Hellman object for Curve25519.HandshakeState(String patternId, int role, KeyFactory xdh) Creates a new Noise handshake.HandshakeState(String patternId, int role, KeyFactory xdh, KeyFactory hdh) Creates a new Noise handshake.MLKEMDHState(KeyFactory hdh, String patternId) Alice local side -
Uses of KeyFactory in net.i2p.router.crypto.pqc
Classes in net.i2p.router.crypto.pqc that implement KeyFactoryFields in net.i2p.router.crypto.pqc declared as KeyFactoryModifier and TypeFieldDescriptionstatic final KeyFactoryMLKEM.MLKEM1024KeyFactorystatic final KeyFactoryMLKEM.MLKEM512KeyFactory512 and 1024 are non-threaded for now.static final KeyFactoryMLKEM.MLKEM768KeyFactory -
Uses of KeyFactory in net.i2p.router.crypto.ratchet
Classes in net.i2p.router.crypto.ratchet that implement KeyFactory -
Uses of KeyFactory in net.i2p.router.transport.crypto
Classes in net.i2p.router.transport.crypto that implement KeyFactory