| Thread | Last Post | Replies |
|
| Sun JVM Applet prompts for Authentication | 31 Oct 2003 18:58 GMT | 2 |
I have a java applet on our intranet which queries the database for data via a ASP webpage using openStream() of URL class. This has worked fine for me with the MSJVM in IE and with the JVM in older versions of Netscape. Since Microsoft is soon to dump MSJVM from IE,
|
| Applet scanning another IP! | 31 Oct 2003 13:05 GMT | 1 |
Hi, i'm trying to scan from an applet other IP then the Server IP. But i know that this is a restriction of the applet, because i can scan only the Server IP. is there a methods to force this?
|
| XML Signature | 30 Oct 2003 15:16 GMT | 1 |
I have been trying to sign XML document "sample.xml" located eg. in http://localhost/sample.xml, using Apache XML Security package from http://xml.apache.org/security/Java/. I am using NullURIReferenceResolver class to create URI for my "sample.xml" document. Unfortunately, when I ...
|
| Twofish: C versus Java | 30 Oct 2003 03:33 GMT | 2 |
I've been tasked with coming up with a Java implementation of Twofish. We've been using the optimized C version of Twofish. I've downloaded the Cryptix Java version and it encrypts and decrypts fine (with itself). However, the encrypted output is different between the C and Java ...
|
| Export PublicKey for libcrypto | 27 Oct 2003 06:06 GMT | 2 |
I've run into countless brick walls on this and would greatly appreciate any guidance this group might offer... I have a java class that holds a PrivateKey object and a PublicKey object. I need to export each of these such that a C program can use
|
| access to certificates under SSL with tomcat | 26 Oct 2003 14:21 GMT | 2 |
This is perhaps a newbie question, but I'm trying to get access to the requestor's credentials in a servlet under Tomcat. I use req.isSecure to ensure that I'm in a secure connection, and try to get the certificates with:
|
| Java Web Start security | 24 Oct 2003 14:46 GMT | 7 |
I've made a small application with database access which I would like to distribute with Java Web Start. The application is located on the same server as the database. I've signed the .jar file, but I get this error when connecting to the
|
| JAAS - Suitability | 23 Oct 2003 13:12 GMT | 2 |
We are working on a web application and late in the game someone has decided that they want certain artifacts (buttons, text fields, etc) to be accessable based on the user's assigned role. Someone has suggested using JAAS. However, after looking into it I do not believe this would ...
|
| Java Web Start, JAAS and DB authentication problem | 21 Oct 2003 13:55 GMT | 1 |
I'm using JAAS to do user authentication. My login module does a DB access to that purpose. Unfortunately, when starting my application with Java Web Start, i get a NoClassDefFoundError on the DB driver class, although i added the driver's
|
| encryption | 20 Oct 2003 14:18 GMT | 5 |
Do the US restrictions on good encryption refer only to electronic communications, or do they also refer to how you encrypt your files for your own use. Would they apply for example if someone visited the country with their files encrypted on a lap top? Do they apply only
|
| Generate lm and ntPassword hashes | 18 Oct 2003 11:03 GMT | 1 |
I there a way to generate windows lm- and ntPassword hashes with java? Thank you for suggestions -- Stefan
|
| Cert chain versus an individual cert | 17 Oct 2003 20:45 GMT | 1 |
The JSSE user guide on Sun's site states that a server might send its cert, or its cert-chain. It doesn't say when it might do one or the other, or the repurcussions. I've got one SSL site (our own) that, via SSL debug mode, I can see
|
| Granting permissions in java.policy file | 17 Oct 2003 18:43 GMT | 1 |
I have an applet that copies images to the system clipboard. Everything works fine if I grant permission to access the clipboard as a global privilege. But when I try to specify the URL codeBase, I continue to get access denied error that the accessClipboard permission is needed.
|
| Looking for fundable java security apps | 12 Oct 2003 15:26 GMT | 1 |
http://groups.yahoo.com/group/SandHillEC/ See where MITs/Berkeleys/IITs/Caltechs/Xerox Parcs CSEEs hang when they want to fund the next big thing.
|
| adding new certificate to keystore | 11 Oct 2003 09:10 GMT | 1 |
I have an application which does some web service calls over SSL. When the application does a web service call to a server which I don't have the certificate in the keystore, I get an exception, which is ok. Is there a way I can add the certificate to the keystore at runtime and
|