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