Top "X509certificate" questions

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

PKCS12 Java Keystore from CA and User certificate in java

I've recently been put in charge of mocking up an Apple product (iPhone Configuration Utility) in Java. One of the …

java encryption x509certificate pki pkcs#12
C# How can I validate a Root-CA-Cert certificate (x509) chain?

Let's say I have three certificates (in Base64 format) Root | --- CA | --- Cert (client/signing/whatever) How can I …

c# cryptography x509certificate x509
Implementing X509TrustManager - passing on part of the verification to existing verifier

I need to ignore the PKIX path building exception javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building …

java security ssl x509certificate pki
Validate X.509 certificate against CA in Java

Lets say I have something like this (client side code): TrustManager[] trustAllCerts = new TrustManager[]{ new X509TrustManager() { @Override public java.…

java ssl x509certificate x509 x509trustmanager
What is the right way to send a client certificate with every request made by the resttemplate in spring?

i want to consume a REST service with my spring application. To access that service i have a client certificate (…

java spring x509certificate resttemplate client-certificates
Load multiple certificates into PKCS12 with openssl

I am trying to load multiple certificates using openssl into the PKCS12 format. The command is as follows: openssl pkcs12 …

openssl x509certificate pkcs#12
Is serial number a unique key for X509 certificate?

Is certificate serial number a unique key for X509 certificate? User selects a certificate, and program stores serial number in …

c# x509certificate serial-number
Could not parse certificate: java.io.IOException: Empty input X509Certificate

I am getting the error given below when parsing the signature. Anybody has idea why the error is showing? Note …

java rsa x509certificate x509 signing
Signing SOAP messages using X.509 certificate from WCF service to Java webservice

It's my first question over the web. Hope it will make sense. I have seen several blogs related to this …

c# wcf web-services wcf-security x509certificate
How to created signed AuthNRequest?

I am interfacing with an IDP and have a basic AuthNRequest created as follows: <samlp:AuthnRequest xmlns:samlp="urn:…

x509certificate saml saml-2.0 signing