Uses of Class
net.i2p.crypto.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
Modifier and TypeMethodDescriptionKeyGenerator.generatePKIKeys
(EncType type) Supports EncTypesKeyFactory.getKeys()
-
Uses of KeyPair in net.i2p.router.crypto.ratchet
Modifier and TypeClassDescriptionclass
X25519 keys, with the public key Elligator2 encoding pre-calculatedModifier and TypeMethodDescriptionRatchetTagSet.getNextKeys()
Next Forward KeyPair if applicable (we're running low). -
Uses of KeyPair in net.i2p.router.transport.crypto
Modifier and TypeMethodDescriptionX25519KeyFactory.getKeys()
Pulls a prebuilt keypair from the queue, or if not available, construct a new one.Modifier and TypeMethodDescriptionvoid
X25519KeyFactory.returnUnused
(KeyPair kp) Return an unused DH key builder to be put back onto the queue for reuse.