Searched refs:serverCertificates (Results 1 – 5 of 5) sorted by relevance
154 X509Certificate[] serverCertificates = new X509Certificate[certChain.length]; in verifyServerCertificates() local159 serverCertificates[i] = (X509Certificate) cf.generateCertificate( in verifyServerCertificates()166 return verifyServerDomainAndCertificates(serverCertificates, domain, authType); in verifyServerCertificates()
163 final List<Certificate> serverCertificates = Arrays.<Certificate>asList(SERVER_CERT); in createOkResponseForCacheGet_secure() local187 return serverCertificates; in createOkResponseForCacheGet_secure()217 assertEquals(serverCertificates, handshake.peerCertificates()); in createOkResponseForCacheGet_secure()
294 serverCertificates []*x509.Certificate // Certificate chain presented by the server member
961 c.peerCertificates = hs.session.serverCertificates1838 c.peerCertificates = hs.session.serverCertificates1896 serverCertificates: c.peerCertificates,
1628 serverCertificates: c.peerCertificates,