Book Image

Building Web Services with Java Network Programming [Video]

By : Peter Verhas
Book Image

Building Web Services with Java Network Programming [Video]

By: Peter Verhas

Overview of this book

Web services drive networking on the web and have been at the center of modern application architecture. Regardless of language or platform, understanding how web services work is a serious skill. This course explores web services: the concepts, commands, and tools that allow you to communicate and share data between applications. You will learn how to use HTTP services in synchronous and asynchronous modes by configuring an HTTP client. You will also explore protocols such as SOAP, and REST and shares simple programming tips for writing web services that are as efficient as possible. Plus, you'll learn how to secure your communications across the web with security standards and create key-store and server applications that use symmetric and asymmetric encryption for client and server. By the end of this video tutorial you will be equipped to handle WebSocket functionality supported by servlets in Java and will have mastered advanced concepts well enough to build web services, ensuring the audience is able to understand and secure network applications through encryption and by interfacing with other languages. The Github repository to this video course is: https://github.com/PacktPublishing/Building-Web-Services-with-Java-Network-Programming
Table of Contents (6 chapters)
Chapter 5
Network Security
Content Locked
Section 5
Asymmetric Encryption Client/Server
In this video, we will look into the asymmetric encryption server. - Create a server application that uses asymmetric encryption - Modify the TCP echo server so that it decodes the message that is sent to it and sends back the text using the same encoding, but different key pairs using PGP encryption applying the Bouncy Castly library