Getting Started with Network Programming Security - bleums/Redes-Comunicaciones GitHub Wiki
Security
An SSLServerSocket class is declared in the following example to serve as the echo server.
``
An SSLClientSocket class is declared in the following example to serve as the echo server.
``
Before running those scripts secure keys must be generated.
Generating secure keys
"To provide the necessary keys, we need to create a keystore to hold the keys. When the applications execute, the keystore must be available to the applications".