Lines Matching full:privatekey
165 connection.handshakeClientCert(certChain, privateKey)
182 #Load cryptoID certChain and privateKey. Requires cryptoIDlib.
188 privateKey = parseXMLKey(s, private=True)
190 #Load X.509 certChain and privateKey.
196 privateKey = parsePEMKey(s, private=True)
214 privateKey), as appropriate. Alternatively, you can return None, which will
280 connection.handshakeServer(certChain=certChain, privateKey=privateKey,
544 privateKey = parsePEMKey(s, private=True)
552 privateKey=privateKey,
582 privateKey=privateKey)
610 privateKey = parsePEMKey(s, private=True)
626 privateKey=privateKey,
638 privateKey=privateKey,