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.
|
Modifier and Type | Method and Description |
---|---|
KeyPair |
KeyGenerator.generatePKIKeys(EncType type)
Supports EncTypes
|
KeyPair |
KeyFactory.getKeys() |
Modifier and Type | Class and Description |
---|---|
class |
Elg2KeyPair
X25519 keys, with the public key Elligator2 encoding pre-calculated
|
Modifier and Type | Method and Description |
---|---|
KeyPair |
X25519KeyFactory.getKeys()
Pulls a prebuilt keypair from the queue,
or if not available, construct a new one.
|
Modifier and Type | Method and Description |
---|---|
void |
X25519KeyFactory.returnUnused(KeyPair kp)
Return an unused DH key builder
to be put back onto the queue for reuse.
|