| Thread | Last Post | Replies |
|
| SSL with Client Certificate on SmartCard | 28 Oct 2007 19:29 GMT | 3 |
I'm trying to access website which needs a client certificate that is on a smartcard. Was able to get the certificate from the smartcard as java.security.cert.Certificate object.
|
| Verisign Security | 28 Oct 2007 05:18 GMT | 1 |
Anyone has an idea how to implement verisign security in j2ee enterprise application? Following is the case. We are using encryption and decryption of messages between two j2ee based applications with "DES" algorithm using javax.crypto package. we
|
| IllegalBlockSizeException thrown from .NET dll | 24 Oct 2007 12:03 GMT | 1 |
I had posted this query a few days back on the comp.java.lang.programmer group and after trying a few things I still am facing the problem of IllegalBlockSizeException being thrown from the .NET dll that I have compiled with the message - "1 trailing
|
| some security issues... | 17 Oct 2007 02:56 GMT | 4 |
problem1: below is a java file that i have and after applying a security check on the return reference, i have this security risk involved :"The method returns the reference
|
| Cryptography Key Storage question | 03 Oct 2007 17:29 GMT | 1 |
I am developing a simple class to encrypt/decrypt passwords for storage in a configuration file (XML based). Currently, the key for the cryptography is stored as a static byte[] in my cryptograpy class. I imagine that this is not very secure, for when I compile it,
|