Results 1 to 6 of 6

Thread: Signed Applet Verification

  1. #1
    Join Date
    Nov 2009
    Posts
    680

    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.

  2. #2
    Join Date
    Feb 2008
    Posts
    1,852

    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.

  3. #3
    Join Date
    May 2008
    Posts
    2,389

    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.

  4. #4
    Join Date
    Apr 2008
    Posts
    1,948

    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

  5. #5
    Join Date
    May 2008
    Posts
    2,012

    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.

  6. #6
    Join Date
    Apr 2008
    Posts
    2,005

    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.

Similar Threads

  1. Java signed applet permission
    By Parvati in forum Software Development
    Replies: 4
    Last Post: 09-08-2010, 10:28 AM
  2. Drivers are digitally not signed
    By Ramirez in forum Operating Systems
    Replies: 3
    Last Post: 20-11-2009, 07:04 PM
  3. iphone verification failed
    By Beltran in forum Portable Devices
    Replies: 3
    Last Post: 20-08-2009, 10:39 AM
  4. PHP mail verification system
    By Antrix in forum Software Development
    Replies: 3
    Last Post: 18-05-2009, 01:27 PM
  5. Renew self-signed certificate
    By John in forum Windows Server Help
    Replies: 7
    Last Post: 01-04-2009, 08:31 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,726,840,125.33800 seconds with 17 queries