| Thread | Last Post | Replies |
|
| Security for threads, a sandbox | 05 May 2004 13:01 GMT | 1 |
I am working on an application where user are allowed to submit their own classes, given that they implement a specific interface which I provide. I will execute the provided classes in a separate thread which I
|
| importing org.bouncycastle.jce.provider keys in .keystore | 04 May 2004 19:10 GMT | 1 |
Is it possible to import that king of key in .keystore. or generate them keytool - genkey -keyalg PKCS#7 -provider g.bouncycastle.jce.provider -keystore .keystore
|
| How do you not allow a browser running an applet to close? | 04 May 2004 01:01 GMT | 1 |
Anyone know how to not allow a browser running an applet not not be closed until the applet closes?
|
| signed applet, cannot update it with newer code | 03 May 2004 01:20 GMT | 3 |
I used the following 5 steps to sign an applet: javac SimplePaint.java jar cvf SimplePaint.jar SimplePaint.class keytool -delete -alias SimplePaint
|
| what is the simplest way of having a signed applet? | 03 May 2004 01:05 GMT | 1 |
My applet wants to list the local files and directories (using JFileChooser), so I thought I should sign the applet. I use this to sign my applet:
|
| Algorithm portability | 02 May 2004 22:04 GMT | 9 |
I have a Delphi application that is supposed to produce enrcypted files that will be decrypted with JCE code on a server. I have tried a couple of cryptology-components for Delphi but I can't seem to successfully decrypt them. No problems encrypting/decrypting within
|
| new keystore no password | 01 May 2004 23:57 GMT | 2 |
Secure me :-), C:\Documents and Settings\Jean Pierre\Application Data\Sun\Java\Deployment\security How do I set the security password for the first time?
|
| Applet (website) communication to Applet (on my machine) | 01 May 2004 19:58 GMT | 10 |
Is communication with an applet on my machine (and reverse) possible, if I give socket permission to applet from my website. Someone knows a tutorial on this? Jean Pierre
|