| Thread | Last Post | Replies |
|
| Dual common name in a certificate | 30 Mar 2005 18:33 GMT | 3 |
I am wondering if a certificate can have more than 1 common name? If it can, when we install such certificate on say a web server, is the webserver domain name only supposed to match one of the common names? Thanks
|
| IP Address as Common Name and HostNameVerifier? | 26 Mar 2005 04:42 GMT | 2 |
Our test network does not have a DNS - we access the machines by their IP addresses. One of the servers needs to provide HTTPS connectivity so I generated a certificate for it using the IP address as the Common Name.
|
| Encryption using a private key | 22 Mar 2005 22:45 GMT | 2 |
IBM's java (JDK 1.4.2) does not let encryption of data using a private key? Is this is a standards restriction or is this IBM's implementation restriction? I am wondering why this should be disallowed Thanks,
|
| Timestamp signed applet demo for J2SE 5 | 21 Mar 2005 15:05 GMT | 1 |
I've done a bit of testing with the J2SE 5.0 timestamp support and jarsigner: VeriSign's timestamp service implementation does NOT work with Sun RFC 3161 implementation of timestamp. The following test service (i.e. TSA cert NOT included in most trusted CA stores)
|
| Java encryption <--> .NET encryption | 21 Mar 2005 11:25 GMT | 10 |
Hajo, I need to exchange encypted data between .NET and Java environments. The first problem I encountered is that symmetric
|
| How to use md5 in login password | 19 Mar 2005 00:33 GMT | 2 |
I am doing a web application using JSP I would like to use md5 hashing for the login password. Can anyone provide me some source code on md5 hashing using Java?? java.security.MessageDigest , is it useful??how to use it?
|
| RSAPublicKey | 18 Mar 2005 16:47 GMT | 3 |
Hajo, I need to be able to manually create object of class that implements RSAPublicKey interface. Does anyone have any idea ?
|
| Adding intermediate certificates to a signed Jar signature .rsa file | 16 Mar 2005 20:44 GMT | 1 |
Is it possible to add extra certificate(s) to the pkcs7 signature blob in a signed JAR archive? This may be necessary in some cases .. for example VeriSign issuing code-signing certificate via an INTERMEDIATE CA
|
| need to auotmate applet signing through build script | 16 Mar 2005 14:13 GMT | 2 |
I received a certificate issued by Verisign and imported in my Keystore and I can successfully sign the applet. But I *also* need to be able to export the certificate to a file so that it can be integrated with the build process. I am unable to do
|
| Getting badpadding exception | 16 Mar 2005 07:35 GMT | 1 |
Given below is my code for DES encryption using JCE. The process of encryption works fine. But decryption gives me bad padding exception. I'm very new to JCE and I dont know how to correct it. Someone please help me. Thanks in advance,
|
| RSA encrypt session key | 14 Mar 2005 10:07 GMT | 2 |
Does anyone know how to encrypt a secret key with a public key algorithm to transmit it to another computer securely. Have tried using RSA and have had no look in the following code: public byte[] encryptSessionKey(SecretKey sKey, PrivateKey pKey, String
|
| encrypting strings | 13 Mar 2005 16:29 GMT | 1 |
Hi; Can someone point me to some simple yet affective tutorials on encrypting a string.
|
| SSLSocketFactory.getDefault() vs SSLContext ... getSocketFactory()? | 12 Mar 2005 21:51 GMT | 2 |
What is the difference b/w these two approaches of getting a SSLSocketFactory.. In Weblogic 7.0sp4 it seems that only if you go thru the SSLContext will it setup the trusted CA certificates correctly.
|
| Signing manifest-only Jars? | 12 Mar 2005 18:52 GMT | 1 |
I'm trying to get an application to work over Web Start, and this application makes use of third-party jars. Some of these jars contain only a manifest which in turn specifies a classpath. I need to sign these jars for use with my app.
|
| JDBC and oracle signed applet problem. | 11 Mar 2005 21:56 GMT | 4 |
I have written a applet that reads and writes data from a database. I initially wrote the application to connect to a MYSQL database and everything ran fine. I then changed the className and connect strings for oracle and tested it with 'all permissions' on. works fine.
|