1. How to import a SSL certificate file with SWT Browser stackoverflow.comWith 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.comI 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.comI'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.comI 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 ... |
5. Generate a x.509 certificate in .cer filr coderanch.com |
6. Integrate Digital Certificate Verification to the system coderanch.comHello, 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 ... |