Package | Description |
---|---|
net.i2p.crypto |
These classes provide a number of low-level cryptographic routines.
|
net.i2p.router.transport.crypto |
DH key generation.
|
Modifier and Type | Method and Description |
---|---|
KeyPair |
KeyGenerator.generatePKIKeys(EncType type)
Supports EncTypes
|
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.
|