| Thread | Last Post | Replies |
|
| Another signed applet problem | 31 Mar 2004 23:22 GMT | 1 |
I have a signed applet that was working just fine before I upgraded to 1.4.2_04 and then it started giving me permission problems. I went back to 1.4.2_01 and the problem remains. By 'went back' I mean I de-installed the JRE and installed the _01 JRE.
|
| help: signed applet not working anymore... | 30 Mar 2004 22:33 GMT | 3 |
I have a signed applet that is compiled for MS and Sun VMs.... The one compiled for MS uses PolicyEngine.assertPermission(PermissionID.NETIO); to allow access to web sites different from the one where the applet is
|
| java applet security | 29 Mar 2004 13:19 GMT | 2 |
I have a situation that isn't fully clear to me, maybe anyone could clear things up a bit for me, or tell me in what direction I should look for more info about this: I have an SSL connection to a certain website, on this secured website is an
|
| Java and security question | 29 Mar 2004 05:29 GMT | 2 |
I apologize for maybe stupid question. I`m studying java security now and I`m confused with use of security manager use. If I good understand when I do not programaticaly install a security
|
| Java Accredition | 28 Mar 2004 15:48 GMT | 2 |
Heya all, Just a quick question; is there any worthwhile Java qualifications?
|
| Java decompilation problem | 28 Mar 2004 00:13 GMT | 7 |
First I want to explain what I want to do. I have some experiment simulator. It takes init data and gives two number result. Users on www can add new/modify init data records. Simulator at deadline stars processing this data and assigns result numbers to each of
|
| certificates | 28 Mar 2004 00:10 GMT | 2 |
Can anyone please tell me if it is possible to create a certificate using the existing packages and providers in Java2 and by not using the keytool provided by them???Is there any other way by which it can be done???
|
| Looking for free SMIME Library that works under JDK 1.4.1 | 24 Mar 2004 23:05 GMT | 2 |
I am migrating an app, which uses the free Togeher SMIME Library, from WebLogin 6.1 (JDK 1.3.1) to WebLogic 8.1 (JDK 1.4.1). However, the Library doesn't work well under JDK 1.4.1. Does anyone know if there is any free SMIME library available that works under JDK 1.4.1? Thanks,
|
| Excel file encryption in Java | 22 Mar 2004 16:19 GMT | 1 |
Can I encrypt and decrypt an Excel and PDF file in Java using Cipher? I am trying the same but after decryption the excel file is not opening up properly. Please help
|
| extending the JCA/JCE | 21 Mar 2004 18:26 GMT | 2 |
I am developing an extension on digital signatures. I want to integrate it whitin the JCA/JCE. Therefore I need to add some engine classes. First I tried to add engine classes to the JCE (wich is in the package
|
| encrypting MAC using RSA? | 20 Mar 2004 03:21 GMT | 1 |
if i have a MAC (message authentication code) created with javax.crypto.Mac, is there some way of encrypting this MAC using a RSA with a public key? whats the difference beetween a digest and a MAC?
|
| java and role-based access control | 19 Mar 2004 15:59 GMT | 4 |
Hi, does anyone know of any implementations of RBAC using java? or any links etc that would be usefull for implementing RBAC in java. Thanks in advance, al
|
| encrypting in java, decrypting in VB | 18 Mar 2004 19:01 GMT | 3 |
I need some Visual Basic component that allows me to decrypt text and files encrypted with java through the JCE API. I've searched the WWW looking for some activex control or dll, but I found that they are terribly undocumented and I don't know what are exactly their
|
| Retrieving SSL server certificate without performing client authentication | 18 Mar 2004 13:42 GMT | 2 |
I am currently looking for a method to obtain the X.509 certificate of a SSL server which has client authentication enabled. Unfortunately, I do not have access to the correct client certificate at the time I need to retrieve the server certificate. My current Java implementation ...
|
| ldap programming in java | 17 Mar 2004 21:52 GMT | 1 |
hi, i want to connect to netscape ldap server with java programming. i am using jsse.jar for this purpose. but i could not find help for this api. so if anyone has code or understanding of how to do sasl or ssl certificate based authentication pls help me out
|