Top "Digital-certificate" questions

A certificate is an electronic document used in cryptography.

Adding certificate to keystore using java code

I'm trying to establish a https connection using the server's .cer certificate file. I am able to manually get the …

java https ssl-certificate keytool digital-certificate
Digital certificates: What is the difference between encrypting and signing

I am relatively new to PKI, certificates and all related stuff. As far as I understand in public-key cryptography one …

digital-signature digital-certificate pki
keytool cannot import certifiate - failed to establish chain from reply

I would really appreciate if someone could shed some light on the following issue. I have read the keytool documentation …

ssl-certificate keytool digital-certificate
Is there a way to check if the SSL digital certificate is valid without installing on the web server?

Are there any tools or mechanism(s) which can help validate a CA issued SSL certificate before installing it on …

ssl https digital-certificate ca
Saving certificate chain in a pkcs12 keystore

The following code: //used Bouncy Castle provider for keyStore keyStore.setKeyEntry(alias, (Key)keyPair.getPrivate(), pwd, certChain); where certChain holds …

java security ssl bouncycastle digital-certificate
How to programmatically verify an assembly is signed with a specific Certificate?

My scenario is we have one program (exe) that will start other programs if found in a particular folder. I …

c# .net digital-certificate assembly-signing
m_safeCertContext is an invalid handle

I've been wrestling with a problem, maybe you guys can point me in the right direction. I'm trying to digitally …

c# digital-signature digital-certificate
How to decode a CSR File?

I ran accross a CSR file (Certificate Signing Request) and I need to extract some information from it. There's a …

.net digital-certificate csr
Is it possible to sign a java applet for free?

I made a weird applet which allows you to paint with your voice. Obviously it requires access to the microphone, …

java digital-certificate jar-signing signed-applet
How to load a PKCS#12 Digital Certificate with Javascript WebCrypto API

I'm trying to sign data using the WebCrypto API, but instead of creating a private/public key and exporting it …

javascript digital-signature digital-certificate webcrypto-api