Nội dung text Chapter-8 Secure Sockets (4hrs).pdf
BCA 6 th Sem Chapter - 8 Secure Sockets (4 Hours) 4/10/2022 Er. Jeewan Rai 1
BCA 6 th Contents Sem • Secure Communication • Creating Secure Client Sockets • Event Handlers • Session Management • Client Mode • Creating Secure Server Socket • Configure SSLServerSockets: Choosing the Cipher Suits, Session Management and Client Mode 4/10/2022 Er. Jeewan Rai 2
BCA 6 th Secure Sockets Sem • The Java Secure Sockets Extension (JSSE) can secure network communications using the Secure Sockets Layer (SSL) Version 3 and Transport Layer Security (TLS) protocols and their associated algorithms. • SSL is a security protocol that enables web browsers and other TCP clients to talk to HTTP and other TCP servers using various levels of confidentiality and authentication. 4/10/2022 Er. Jeewan Rai 3