Searched refs:caCert (Results 1 – 9 of 9) sorted by relevance
35 for (X509Certificate caCert : caCerts) { in RealTrustRootIndex()36 X500Principal subject = caCert.getSubjectX500Principal(); in RealTrustRootIndex()42 subjectCaCerts.add(caCert); in RealTrustRootIndex()51 for (X509Certificate caCert : subjectCaCerts) { in findByIssuerAndSignature()52 PublicKey publicKey = caCert.getPublicKey(); in findByIssuerAndSignature()55 return caCert; in findByIssuerAndSignature()
31 for (X509Certificate caCert : caCerts) { in RealTrustRootIndex()32 X500Principal subject = caCert.getSubjectX500Principal(); in RealTrustRootIndex()38 subjectCaCerts.add(caCert); in RealTrustRootIndex()47 for (X509Certificate caCert : subjectCaCerts) { in findByIssuerAndSignature()48 PublicKey publicKey = caCert.getPublicKey(); in findByIssuerAndSignature()51 return caCert; in findByIssuerAndSignature()
113 X509Certificate caCert = anchor.getTrustedCert(); in findByIssuerAndSignature() local114 if (caCert != null) { in findByIssuerAndSignature()115 publicKey = caCert.getPublicKey(); in findByIssuerAndSignature()145 X509Certificate caCert = anchor.getTrustedCert(); in findBySubjectAndPublicKey() local146 if (caCert != null) { in findBySubjectAndPublicKey()147 caPublicKey = caCert.getPublicKey(); in findBySubjectAndPublicKey()186 X509Certificate caCert = anchor.getTrustedCert(); in findAllByIssuerAndSignature() local187 if (caCert != null) { in findAllByIssuerAndSignature()188 publicKey = caCert.getPublicKey(); in findAllByIssuerAndSignature()
119 X509Certificate caCert = anchor.getTrustedCert(); in findByIssuerAndSignature() local120 if (caCert != null) { in findByIssuerAndSignature()121 publicKey = caCert.getPublicKey(); in findByIssuerAndSignature()152 X509Certificate caCert = anchor.getTrustedCert(); in findBySubjectAndPublicKey() local153 if (caCert != null) { in findBySubjectAndPublicKey()154 caPublicKey = caCert.getPublicKey(); in findBySubjectAndPublicKey()194 X509Certificate caCert = anchor.getTrustedCert(); in findAllByIssuerAndSignature() local195 if (caCert != null) { in findAllByIssuerAndSignature()196 publicKey = caCert.getPublicKey(); in findAllByIssuerAndSignature()
570 X509Certificate caCert; in createKeys() local574 caCert = null; in createKeys()578 caCert = (X509Certificate) signer.getCertificate(); in createKeys()642 ((caCert != null) ? caCert.getSubjectX500Principal() : subject); in createKeys()933 X509CertificateHolder caCert = new JcaX509CertificateHolder(caCertJca); in generateOCSPResponse() local941 caCert, serverCertJca.getSerialNumber()); in generateOCSPResponse()
567 X509Certificate caCert; in createKeys() local571 caCert = null; in createKeys()575 caCert = (X509Certificate) signer.getCertificate(); in createKeys()639 ((caCert != null) ? caCert.getSubjectX500Principal() : subject); in createKeys()930 X509CertificateHolder caCert = new JcaX509CertificateHolder(caCertJca); in generateOCSPResponse() local938 caCert, serverCertJca.getSerialNumber()); in generateOCSPResponse()
288 File caCert = TestUtils.loadCert("ca.pem"); in tlsNegotiationFailurePropagatesToStatus() local292 .trustManager(caCert) in tlsNegotiationFailurePropagatesToStatus()573 File caCert = TestUtils.loadCert("ca.pem"); in newNegotiator() local574 SslContext clientContext = GrpcSslContexts.forClient().trustManager(caCert) in newNegotiator()
809 X509Certificate caCert = strToX509Cert(certString); in wifiTest() local810 caCert.getEncoded(); in wifiTest()813 out.writeObject(caCert); in wifiTest()
1092 X509Certificate caCert = data.getCaCertificate(); in buildWifiEnterpriseConfig() local1093 String caCertString = Base64.encodeToString(caCert.getEncoded(), Base64.DEFAULT); in buildWifiEnterpriseConfig()