Search code examples
javanetwork-programmingsslx509

Recommend a book about Java secure communication with x509


Can you recommend me a good book with code examples about Java secure network - how to create server and client which use x509 certificate for encryption.

Best wishes


Solution

  • Java Network Programming - good start on Java networking in general.

    Java Security - Java language security, also includes cryptography and networking.