Uses of Class
net.i2p.router.transport.crypto.DHSessionKeyBuilder
-
Packages that use DHSessionKeyBuilder Package Description net.i2p.router.transport.crypto DH key generation. -
-
Uses of DHSessionKeyBuilder in net.i2p.router.transport.crypto
Methods in net.i2p.router.transport.crypto that return DHSessionKeyBuilder Modifier and Type Method 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.Methods in net.i2p.router.transport.crypto with parameters of type DHSessionKeyBuilder Modifier and Type Method 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.
-