Top "X509certificate" questions

X509Certificate is the name of .NET and Java classes for handling X.509 certificates.

Store X509 Certificate in database

In order to access to the web service I need a certificate. I generated my certs: openssl genrsa 1024 > private.…

c# .net certificate x509certificate pfx
Generate certificate chain in java

The question is how to generate certificate chains programmatically in Java. In other words, I would like to perform in …

java security rsa x509certificate jce
Apache HttpClient 4.3 and x509 client certificate to authenticate

now I looking for solution regarding task how to rewrite deprecated solution for client side x509 certificate authentication via HttpComponentsMessageSender (…

java ssl httpclient x509certificate spring-ws
PyOpenSSL reading certificate/pkey file

That's how i create certificate from OpenSSL import crypto cert = crypto.X509() cert.get_subject().C = countryName cert.get_subject().…

x509certificate pyopenssl
Cannot find a unique certificate that matches the criteria

I am running into the following error when attempting to parse my token: Property name: 'certificateReference' Error: 'ID1025: Cannot find …

x509certificate wif
How to check expiration date of crl file

I have a problem with certificate revocation list for ssl certificates. How can I check expiration date of a crl …

ssl-certificate x509certificate pki
Java X509 Certificate parsing and validating

I'm trying to process X509 certificates in several steps and running into a couple of problems. I'm new to JCE …

java validation x509certificate pki jce
How to create a self-signed x509 certificate with both private and public keys?

I am creating an SSO "proof of concept" using SAML2 and ADFS2 (IdP). Log In is working fine, however ADFS2 …

single-sign-on x509certificate adfs2.0 saml-2.0
Accessing Windows Certificate Store certs via Java?

I'm looking to write something that can enumerate and use (to sign) certificates in CurrentUser/My and LocalMachine/My, but …

java windows x509certificate certificate-store
How to remove certificate from Store cleanly

You can install certificate into certificate store using Wizard in certmgr.msc (Right click install)? Does anyone knows how to "…

c# vb.net powershell x509certificate wizard