Searched defs:clientChain (Results 1 – 2 of 2) sorted by relevance
35 List<X509Certificate> clientChain, PrivateKey key) in buildConfig()125 List<X509Certificate> clientChain, in buildTLSConfig()
110 X509Certificate[] clientChain = new X509Certificate[] {clientCert0, clientCert1}; in testSetClientKeyEntryWithNull() local123 X509Certificate[] clientChain = new X509Certificate[] {cert0, cert1}; in testSetClientCertificateChain() local131 private boolean isClientCertificateChainInvalid(X509Certificate[] clientChain) { in isClientCertificateChainInvalid()