| Thread | Last Post | Replies |
|
| public and private key pair in Java | 31 Oct 2005 19:19 GMT | 4 |
Hi, I have the following question: If I encrypted some text with the public key K, and tried to decrypt it with a wrong key (i.e. a key which is NOT the corresponding private key), will I get an exception, or is there is a boolean function to
|
| Storing sensible configuration data in j2ee-deployment descriptor | 24 Oct 2005 06:44 GMT | 3 |
the j2ee-spec defines the env-section of a j2ee deployment descriptor as a contract between component provider, application assembler and deployer. Is there any information about pros and cons of storing sensitive data like ressource passwords as env-entries?
|
| Signature.sign() giving different results each time | 20 Oct 2005 19:42 GMT | 5 |
I have this piece of code: public byte[] sign(String digest) { byte[] result = new byte[0]; try {
|
| Calculate MD5 using also a signature | 07 Oct 2005 15:47 GMT | 6 |
Hello *, I found/modified the source bellow to calculate the MD5 of a file and it works perfect. My question is, how can I add a more argument in the function so that I can include a signature in the calculation of MD5.
|
| How to do form signing with Certificates? | 07 Oct 2005 12:08 GMT | 7 |
To all, I've come acrossed in form signing issues using eCerts in web applications; so actually how should I implement these things? Should I use an applet to handling the cert logics (like verification,
|
| Set a KeyStore as the system property javax.net.ssl.trustStore value | 05 Oct 2005 14:19 GMT | 1 |
Here the deal. - I know how to create a KeyStore with KeyStore.getInstance(), etc. - I know how to set a keystore file (.keystore) as the value of the system property javax.net.ssl.trustStore with System.setProperty().
|