Package | Description |
---|---|
net.i2p.router.transport.crypto |
DH key generation.
|
net.i2p.router.transport.udp |
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
|
Modifier and Type | Method and Description |
---|---|
void |
DHSessionKeyBuilder.setPeerPublicValue(BigInteger peerVal)
Specify the value given by the peer for use in the session key negotiation
|
void |
DHSessionKeyBuilder.setPeerPublicValue(byte[] val) |
Modifier and Type | Method and Description |
---|---|
void |
InboundEstablishState.generateSessionKey()
Generates session key and mac key.
|