Method: I2P::BOB::Client#newkeys
- Defined in:
- lib/i2p/bob/client.rb
#newkeys ⇒ Destination
Generates a new keypair for the current tunnel.
231 232 233 234 |
# File 'lib/i2p/bob/client.rb', line 231 def newkeys send_command(:newkeys) Destination.parse(read_response) end |