Package | Description |
---|---|
net.i2p.router.transport.crypto |
DH key generation.
|
Modifier and Type | Method and Description |
---|---|
DHSessionKeyBuilder |
DHSessionKeyBuilder.Factory.getBuilder()
Construct a new DH key builder
or pulls a prebuilt one from the queue.
|
DHSessionKeyBuilder |
DHSessionKeyBuilder.PrecalcRunner.getBuilder()
Construct a new DH key builder
or pulls a prebuilt one from the queue.
|
Modifier and Type | Method and Description |
---|---|
void |
DHSessionKeyBuilder.Factory.returnUnused(DHSessionKeyBuilder builder)
Return an unused DH key builder
to be put back onto the queue for reuse.
|
void |
DHSessionKeyBuilder.PrecalcRunner.returnUnused(DHSessionKeyBuilder builder)
Return an unused DH key builder
to be put back onto the queue for reuse.
|