Uses of Class
net.i2p.router.transport.crypto.DHSessionKeyBuilder.InvalidPublicParameterException
-
Packages that use DHSessionKeyBuilder.InvalidPublicParameterException 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. -
-
Uses of DHSessionKeyBuilder.InvalidPublicParameterException in net.i2p.router.transport.crypto
Methods in net.i2p.router.transport.crypto that throw DHSessionKeyBuilder.InvalidPublicParameterException Modifier and Type Method Description void
DHSessionKeyBuilder. setPeerPublicValue(byte[] val)
void
DHSessionKeyBuilder. setPeerPublicValue(BigInteger peerVal)
Specify the value given by the peer for use in the session key negotiation -
Uses of DHSessionKeyBuilder.InvalidPublicParameterException in net.i2p.router.transport.udp
Methods in net.i2p.router.transport.udp that throw DHSessionKeyBuilder.InvalidPublicParameterException Modifier and Type Method Description void
InboundEstablishState. generateSessionKey()
Generates session key and mac key.
-