Uses of Class
net.i2p.crypto.KeyPair
-
Packages that use KeyPair Package Description net.i2p.crypto These classes provide a number of low-level cryptographic routines.net.i2p.router.crypto.ratchet Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).net.i2p.router.transport.crypto DH key generation. -
-
Uses of KeyPair in net.i2p.crypto
Methods in net.i2p.crypto that return KeyPair Modifier and Type Method Description KeyPairKeyGenerator. generatePKIKeys(EncType type)Supports EncTypesKeyPairKeyFactory. getKeys() -
Uses of KeyPair in net.i2p.router.crypto.ratchet
Subclasses of KeyPair in net.i2p.router.crypto.ratchet Modifier and Type Class Description classElg2KeyPairX25519 keys, with the public key Elligator2 encoding pre-calculatedMethods in net.i2p.router.crypto.ratchet that return KeyPair Modifier and Type Method Description KeyPairRatchetTagSet. 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 KeyPair Modifier and Type Method Description KeyPairX25519KeyFactory. 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 KeyPair Modifier and Type Method Description voidX25519KeyFactory. returnUnused(KeyPair kp)Return an unused DH key builder to be put back onto the queue for reuse.
-