Searched refs:usedServerCerts (Results 1 – 1 of 1) sorted by relevance
2038 Certificate[] usedServerCerts = client.getSession().getPeerCertificates(); in assertSSLConnectionWithClientAuth() local2043 assertNotNull(usedServerCerts); in assertSSLConnectionWithClientAuth()2044 assertEquals(Arrays.asList(expectedServerCertChain), Arrays.asList(usedServerCerts)); in assertSSLConnectionWithClientAuth()