pSpaces / jSpace

Programming with Spaces in Java
MIT License
17 stars 12 forks source link

Include secure communication channels #2

Open michele-loreti opened 7 years ago

michele-loreti commented 7 years ago

Currently all the interactions are performed via unsecured channels (TCP/UDP sockets). Include secure interactions based on the appropriate protocol (SSL,...).