World's most popular travel blog for travel bloggers.
Showing posts with label ignou MCS-051 solved assignment. Show all posts
Showing posts with label ignou MCS-051 solved assignment. Show all posts

SSL Client Application Components 

At a minimum, an SSL client application comprises the following components: 

Java client 

A Java client performs these functions:

  • Initialises an SSLContextwith client identity, a HostnameVerifierJSSE, a TrustManagerJSSE, and a HandshakeCompletedListener. 
  • Creates a keystore and retrieves the private key and certificate chain. 
  • Uses an SSLSocketFactory, and 
  • Uses HTTPS connect to a JSP served by an instance of WebLogic

HostnameVerifier


The HostnameVerifier implements the weblogic.security.SSL.HostnameVerifierJSSE interface. It provides a callback mechanism so that implementers of this interface can supply a policy for handling the case where the host that is being connected the server name from the c(SubjectDN) must match. 

HandshakeCompletedListener 

The HandshakeCompletedListener implements the javax.net.ssl.HandshakeCompletedListenerinterface. It defines how the SSL client receives notifications about the completion of an SSL handshake on a given SSL connection. It also defines the number od times an SSL handshake takes place on a given SSL connection. 

TrustManager

The TrustManager implements the weblogic.security.SSL.TrustManagerJSSE interface. it builts a certificate path to a trusted root and returns true if it can be validated and is trusted for client SSL authentication.

build script (build.xml)

This script compiles all the files required for the application and deploys them to the WebLogic Server applications directories.

Sample package code for this type program


package examples.security.sslclient;

import java.io.File;
import java.net.URL;
import java.io.IOException;
import java.io.InputStream;
import java.io.FileInputStream;
import java.io.OutputStream;
import java.io.PrintStream;
import java.util.Hashtable;
import java.security.Provider;
import javax.naming.NamingException;
import javax.naming.Context;
import javax.naming.InitialContext
import javax.servlet.ServletOutputStream;
import weblogic.net.http.*;
import weblogic.jndi.Environment;
/** SSLClient is a short example of how to use the SSL library o
* WebLogic to make outgoi
* d
* WebLogic (in a Servlet).
*
*/

>> See complete program in STUDY MATERIAL MCS051 Block 3 Page 37

IGNOU MCA 5TH SEMESTER SOLVED ASSIGNMENTS 2016-17, IGNOU MCA FIFTH SEMESTER ASSIGNMENT FREE DOWNLOAD, IGNOU MCA FIFTH SEMESTER SOLVED ASSIGNMENTS PDF :


The top distance university offers MCA discipline which comes under SCHOOL OF COMPUTER AND INFORMATION SCIENCES (SOCIS). The university provides the MCA 5th semester assignment booklet of July 2016 and Jan 2017 on its official website www.ignou.ac.in. We suggest students to choose their session and download the mca 5th semester assignments accordingly as per their admission. The IGNOU also send 5th semester assignment question booklet to the registered student physical address. For July – December Session 2016, the submission schedule is 15th October 2016, 31st October, 2016 while For January – June Session 2017, the submission schedule is 15th April, 2017, 30th April, 2017. Students whose are enrolled in MCA – Master of Computer Applications in July 2016 and January 2017 cycle and are looking for IGNOU MCA 5th Semester Solved Assignment 2016-17 in the form of PDF for free download, then you are at right place at no cost. So, just click on the link below to download it according to your course :

IGNOU MCA 5TH SEMESTER SOLVED ASSIGNMENTS 2016-17

COURSE CODECOURSE TITLEDOWNLOAD
MCS-051Advanced Internet TechnologiesClick Here
MCS-052Principles of Management and Information SystemsClick Here
MCS-053Computer Graphics and MultimediaClick Here
MCSL-54Lab (based on MCS 51 and MCS 53)Click Here
MCSE-3Artificial Intelligence and Knowledge ManagementClick Here
MCSE-4Numerical and Statistical ComputingClick Here
MCSE-11Parallel ComputingClick Here

Keep visiting our website for latest update of IGNOU MCA 5TH SEMESTER SOLVED ASSIGNMENTS 2016-17 !!