Go Back   TechArena Community > Software > Software Development
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , ,

Sponsored Links



Signed Applet Verification

Software Development


Reply
 
Thread Tools Search this Thread
  #1  
Old 08-02-2010
technika's Avatar
Member
 
Join Date: Nov 2009
Posts: 688
Signed Applet Verification

Hello, I am beginner in java and I have heard about the Signed Applet Verification in java programming. It is not possible for me to get the concept of it. If anyone from you know what does it mean, then please provide me help regarding it. It will be helpful to me. So, please provide me help to understand it.
Reply With Quote
  #2  
Old 08-02-2010
MindSpace's Avatar
Member
 
Join Date: Feb 2008
Posts: 1,832
Re: Signed Applet Verification

Hello, I am also searching for the same thing. One of my client want to use java applet on its site, and it is needed to execute code outside the sandbox and we did sign the applet. I am confused about the signing of the applet. As applet does not require user validation to be executed when they are accessed with the help of web browser. So, please help me also to get knowledge about the same.
Reply With Quote
  #3  
Old 08-02-2010
opaper's Avatar
Member
 
Join Date: May 2008
Posts: 2,362
Re: Signed Applet Verification

Hello, if you want to create a signed applet then you must need to make use of the code below:
  • You first need to make use of the DUNS number.
  • Then you must need to install it on all of the clients machine.
  • Then you can able to write your java code.
  • Then make jar file which contains all of your files.
  • Now you need to sign in with jarsigner.
  • Now whenever you run your applet, you need to grant the privileges.
  • Done.
Reply With Quote
  #4  
Old 08-02-2010
Praetor's Avatar
Member
 
Join Date: Apr 2008
Posts: 1,937
Re: Signed Applet Verification

I think you must need to make use of the following books for getting knowledge in java:
  • Java Language Specification
  • Java Native Interface: Programmer's Guide and Specification
  • Core Servlets and JavaServer Pages (JSP)
  • Thinking in Java - Bruce Eckel's renowned book
  • Advanced Programming for the Java 2 Platform
Reply With Quote
  #5  
Old 08-02-2010
Member
 
Join Date: May 2008
Posts: 1,990
Re: Signed Applet Verification

Hello, you need to make use of the signed applet for the following purpose:
  • It first contains the location that is the url from where the class comes.
  • Then it contains the different principals who signed it which are think as the certificates
Identification of it is done by the X.509 public-key certificate and supporting certificate chain.
Reply With Quote
  #6  
Old 08-02-2010
kelfro's Avatar
Member
 
Join Date: Apr 2008
Posts: 1,976
Re: Signed Applet Verification

Most of the time for providing security you must need to make use of the sandbox. It will provide you help for:
  • If you want to read or write on the hard drive.
  • You can able to make a network connection.
  • For making new process.
  • You can able to load dynamic library.
Reply With Quote
Reply

  TechArena Community > Software > Software Development


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Signed Applet Verification"
Thread Thread Starter Forum Replies Last Post
Java signed applet permission Parvati Software Development 4 09-08-2010 11:28 AM
5.5.0 smtp;550-Verification failed Patrick Scholtes Small Business Server 4 16-06-2010 05:51 PM
iphone verification failed Beltran Portable Devices 3 20-08-2009 11:39 AM
PHP mail verification system Antrix Software Development 3 18-05-2009 02:27 PM
SBS self-signed certificates Freaky Small Business Server 2 21-12-2007 01:22 AM


All times are GMT +5.5. The time now is 04:17 AM.