certificate « Development « Java I/O Q&A





1. How to import a SSL certificate file with SWT Browser    stackoverflow.com

With SWT Browser, is there any way to import a SSL certificate file into Java and make it work with SWT Browser? With Firefox, you can import it by Edit-Preferences-Advanced-Encryption-View Certificates-Import ...

2. Check if file is signed    stackoverflow.com

I saw that some websites when you upload the file know that I "signed" the file with a certain certificate. How can I go about checking the signature and who signed ...

3. How to generate a CRL (certificate revocation list) file    stackoverflow.com

I'm using self-signed certificates for testing, how can I generate certificate revocation list to test cert verification? Has keytool in JDK provided such functionalities? Thanks!

4. setRequestProperty for X 509 certificates    coderanch.com

I am trying to download public key certificates from the certificate authority website. The .cer and .crt files I am getting from my program are slightly incorrect. I assume there is a problem with the setRequestProperty. At the moment I am not setting any because when I try to set it as something like conn.setRequestProperty("Content-Type", "application/x-509-ca-cert"); the Buffer reader never gets ...

6. Integrate Digital Certificate Verification to the system    coderanch.com

Hello, I have been working on a web application where I need to verify the digital certificate of the user at the time of the login. We ask for the certificate at the time of registration and each time the user logs in the system. Steps required to implement the functionality are as follow: 1. We have to display a dialogue ...