I would like to know if there is a way ( in JAVA ) to compare the CA issued certificate for a corresponding CSR against the CSR itself. To be more precise; DN comparison or the comparing the Public Ke
I\'ve been asked to redesign our build/sign/release processes. I\'m pretty happy with Windows stuff and I\'ve identified several networked-HSM products that will do what we need. They basically integr
I\'m trying to understand java APIs for digital signatures. I should use custom cryptoprovider to compose digit开发者_如何学Pythonal signature. I know how to sign document and get detached signature u
I\'m looking for a way to get all system certificate stores, in any location(CurrentUser or LocalMachine).
We\'re trying to generate an X509 certificate (including the private key) programmatically using C# and the BouncyCastle library. We\'ve tried using some of the code from this sample by Felix Kollmann
I\'m trying to have a specific page on my site only accessible to people after X.509 authentication. Catch is, I want it to be available to all clients who have a matching certificate issued by a spec
I am using CardOS API driver from Siemens as PKCS#11 driver to load certificates from a PKI card as follows:
I am trying to use the iPhone\'s PKI libraries to encrypt a short string (12345678), but I keep getting the error -9809 (i.e. errSSLCrypto) whenever I try to use SecKeyEncrypt. The SecureTransport.h h
I am trying to create a CSR programmatically. I\'ve read about ASN.1, RFC 2986, X.509. I have开发者_JAVA百科 also parsed several DER-encoded CSR files manually which were created using OpenSSL.
I\'m using bouncycastle org.bouncycastle.jce.provider.X509CertificateObject and sun.security.x509.X509CertImpl in different parts of my app, and sometimes I need to compare them for equality, equals()