NETCONF-527 Holding of key-pair in memory 81/80981/1
authorJaroslav Tóth <jtoth@frinx.io>
Tue, 19 Mar 2019 09:28:18 +0000 (10:28 +0100)
committerJaroslav Tóth <jtoth@frinx.io>
Tue, 19 Mar 2019 09:28:18 +0000 (10:28 +0100)
commit09057bf1026ecd7509102a1ce02386953b70ffff
tree9b41e130c0de7c35b9136adf3c085d0330e3a463
parentcac8a106f8eec8cc1a836a5b13bec5ced8944f95
NETCONF-527 Holding of key-pair in memory

- Generated key-pair is not saved in file but rather kept only in
  memory.
- Created VirtualKeyPairProvider that allows creation of only one
  key-pair that is returned in loadKeys(..) method.

Change-Id: If51f7ae7205bfa85c95649ce327fc01d276c0e6b
Signed-off-by: Jaroslav Tóth <jtoth@frinx.io>
netconf/tools/netconf-testtool/src/main/java/org/opendaylight/netconf/test/tool/NetconfDeviceSimulator.java
netconf/tools/netconf-testtool/src/main/java/org/opendaylight/netconf/test/tool/VirtualKeyPairProvider.java [new file with mode: 0644]