http://i2p-javadocs.i2p/net/i2p/router/crypto/ratchet/ECIESAEADEngine.html
Object clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait Field Details MAX_NS_AGE static final long MAX_NS_AGE See Also: Constant Field Values Constructor Details ECIESAEADEngine public ECIESAEADEngine ( RouterContext ctx) Caller MUST call startup() to get threaded generation.
Will still work without, will just generate inline.
startup() is called from RatchetSKM constructor so it's deferred until we need it.