Lines Matching refs:certChain
165 connection.handshakeClientCert(certChain, privateKey)
182 #Load cryptoID certChain and privateKey. Requires cryptoIDlib.
185 certChain = CertChain()
186 certChain.parse(s)
190 #Load X.509 certChain and privateKey.
194 certChain = X509CertChain([x509])
213 return a tuple containing either a (username, password) or (certChain,
280 connection.handshakeServer(certChain=certChain, privateKey=privateKey,
541 certChain = X509CertChain([x509])
551 tlsConnection.handshakeServer(certChain=certChain,
581 self.setServerHandshakeOp(certChain=certChain,
607 certChain = X509CertChain([x509])
625 self.transport.setServerHandshakeOp(certChain=certChain,
637 self.transport.setServerHandshakeOp(certChain=certChain,