Here is the scenario which i want to validate:
1. I have a full node and create new addresses
2. I get all public and private keys of the new addresses
3. I have my own application interacting with the node through JSON RPC
4. Can i through any means , use the keys during my communication with the node from my application ( the application i plan to build using J2EE)
Please share your thoughts.