This paper is published in Volume-4, Issue-3, 2018
Area
Security In Java
Author
Rekha Kumawat
Org/Univ
Vivekanand Education Society's Institute of Technology, Mumbai, Maharashtra, India
Pub. Date
27 June, 2018
Paper ID
V4I3-1988
Publisher
Keywords
Java, Security API, DTLS, DTLS implementation

Citationsacebook

IEEE
Rekha Kumawat. Datagram transport layer security in Java, International Journal of Advance Research, Ideas and Innovations in Technology, www.IJARIIT.com.

APA
Rekha Kumawat (2018). Datagram transport layer security in Java. International Journal of Advance Research, Ideas and Innovations in Technology, 4(3) www.IJARIIT.com.

MLA
Rekha Kumawat. "Datagram transport layer security in Java." International Journal of Advance Research, Ideas and Innovations in Technology 4.3 (2018). www.IJARIIT.com.

Abstract

This paper explains transport layer security implemented in Java 9 based on datagram protocol. Building secure software requires the use of a wide variety of security controls, at different layers of the application. Java 9 security enhancement support transport-independent and light-weight DTLS version 1.0 and 1.2. Datagram Transport Layer Security (DTLS) protocol is designed to construct “TLS over datagram” traffic that doesn't require or provide reliable or in-order delivery of data. DTLS is a datagram-compatible variant of TLS. The DTLS API provides communications privacy for datagram protocols that allow client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery through SSLEngine. DTLS are the best solution for encrypting and transmitting real-time data. The use of the DTLS API in Java provides access to the application data in each DTLS message.