pki
Is there a way to compare a CA issued Certificate against the CSR stored?
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[详细]
2023-04-12 07:01 分类:问答Code-Signing on OS X with a Network-HSM
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[详细]
2023-04-11 04:54 分类:问答Java implementations of TSP, OCSP and CMS
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[详细]
2023-04-10 20:37 分类:问答List all system certificate stores
I\'m looking for a way to get all system certificate stores, in any location(CurrentUser or LocalMachine).[详细]
2023-04-08 04:25 分类:问答Is it possible to programmatically generate an X509 certificate using only C#?
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[详细]
2023-04-01 20:24 分类:问答PHP and X.509 authentication - Checking certificate issuer
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[详细]
2023-03-31 16:45 分类:问答PKCS#11 driver prompts for PIN for each key
I am using CardOS API driver from Siemens as PKCS#11 driver to load certificates from a PKI card as follows:[详细]
2023-03-26 18:44 分类:问答iPhone Public-Key Encryption SecKeyEncrypt returns error 9809 (errSSLCrypto)
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[详细]
2023-03-26 05:51 分类:问答Creating CSR programmatically
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.[详细]
2023-03-24 20:33 分类:问答how to compare distinct implementations of java.security.cert.X509Certificate
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()[详细]
2023-03-22 16:44 分类:问答