Uses of Class
net.i2p.crypto.KeyPair
Packages that use KeyPair
Package
Description
These classes provide a number of low-level cryptographic routines.
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
DH key generation.
-
Uses of KeyPair in net.i2p.crypto
Methods in net.i2p.crypto that return KeyPairModifier and TypeMethodDescriptionKeyGenerator.generatePKIKeys
(EncType type) Supports EncTypesKeyFactory.getKeys()
-
Uses of KeyPair in net.i2p.router.crypto.ratchet
Subclasses of KeyPair in net.i2p.router.crypto.ratchetModifier and TypeClassDescriptionclass
X25519 keys, with the public key Elligator2 encoding pre-calculatedMethods in net.i2p.router.crypto.ratchet that return KeyPairModifier and TypeMethodDescriptionRatchetTagSet.getNextKeys()
Next Forward KeyPair if applicable (we're running low). -
Uses of KeyPair in net.i2p.router.transport.crypto
Methods in net.i2p.router.transport.crypto that return KeyPairModifier and TypeMethodDescriptionX25519KeyFactory.getKeys()
Pulls a prebuilt keypair from the queue, or if not available, construct a new one.Methods in net.i2p.router.transport.crypto with parameters of type KeyPairModifier and TypeMethodDescriptionvoid
X25519KeyFactory.returnUnused
(KeyPair kp) Return an unused DH key builder to be put back onto the queue for reuse.