| Thread | Last Post | Replies |
|
| PKCS11 Object Handles on Token level objects | 30 Jun 2005 11:03 GMT | 1 |
For all those developing or that have developed an implementation for PCKS11: In taking on this task, my current implementation of the functions only handles session (local) object creation/storage and handling. I am
|
| javaw.exe and firewall | 27 Jun 2005 00:47 GMT | 1 |
Is it safe to set the firewall allow everything for javaw.exe as it seems to be required by some software. M
|
| URL Parameter Encryption | 26 Jun 2005 01:20 GMT | 3 |
Howdy, I wondering if anyone knows of a simple way to accomplish the following? 1. Page1.jsp contains a form where the user inputs their username and
|
| Actively calling JBoss JAAS authentication from an open web app page | 24 Jun 2005 18:19 GMT | 2 |
I have a web app running under JBoss 4.x I'm using JBoss based JAAS authentication to control access to restricted web app content. The web app is configured to use FORM based authentication. However, the default starting page of the web app is open and not subject to
|
| Encrypt/Decrypt String with RSA and X509Certificate | 23 Jun 2005 09:22 GMT | 5 |
I've 2 files : CA.cert (X509 certificate) and CA.key (contains private key) I want to encrypt a string "secret message" with the public key of the certificate and decrypt this string with the private key.
|
| Unique computer identifier in Java? | 23 Jun 2005 00:35 GMT | 2 |
I need to identify a computer uniquely in Java code. Host names, user names, IP addresses or even MAC addresses won't work as these might be changed or the computer may not even be networked. I know that Intel processors (and probably others as well) have a serial ID,
|
| Signing a certificate | 21 Jun 2005 09:25 GMT | 1 |
I have two private-key/certificate pairs in a keystore (created using keytool). I want to sign one of them using the other one (the other one's private key of
|
| RSA with bouncycastle | 21 Jun 2005 08:51 GMT | 1 |
With this code... ------ import org.bouncycastle.jce.provider.BouncyCastleProvider; [...]
|
| Import of SSL certificate | 20 Jun 2005 16:54 GMT | 5 |
Is the KeyStore()-class the dynamic version of "keytool"? I have a file name "something.crt" that contains a certificate - is it possiable to load this certificate from the file and into a keystore at runtime? Brian
|
| Overriding problems in rmi | 18 Jun 2005 10:47 GMT | 2 |
I want to implement rmi and get this error test/PatientGui.java [151:1] getEnToonData() in test.PatientGui cannot override getEnToonData() in test.ViewModel; overridden method does not throw java.rmi.RemoteException
|
| Expired certificates being ignored | 18 Jun 2005 03:35 GMT | 1 |
Hi there all, I have a client application that talks to a server application via AXIS SOAP. We use a 2 way authentication SSL certificate exchange, ie. using a
|
| Accessing WebServices over SSL | 17 Jun 2005 03:11 GMT | 1 |
I need to invoke a web-service over ssl from a java-client. The SOAP call will be made through IBM-WSAD generated proxy classes. I need to understand how can I force Server-Authentication for the web-server that's hosting the web-service.
|
| Newbie question | 17 Jun 2005 00:13 GMT | 1 |
I'm migrating from web app development using cgi to that using java struts. Could someone tell me if web apps designed using java structs have any particular security vulnerability? Are these web apps equally prone to attacks such as XSS, SQL injection, buffer overflow just like
|
| IllegalBlockSizeException | 16 Jun 2005 01:47 GMT | 4 |
Hi I'm trying to encrypt a 256 bytes of data using a 2048 bits RSA key. ----Code Snippet---- Cipher cipher = Cipher.getInstance("RSA");
|
| Are there any other 3rd party APIs except for BouncyCastle? | 15 Jun 2005 11:18 GMT | 1 |
I only know BouncyCastle. Thanks.
|