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