Home
last modified time | relevance | path

Searched refs:tempPrivateKey (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/ssl/
DServerHandshaker.java76 private PrivateKey tempPrivateKey; field in ServerHandshaker
739 privateKey = tempPrivateKey; in clientHello()
942 tempPrivateKey = null; in trySetCipherSuite()
1165 tempPrivateKey = kp.getPrivate(); in setupEphemeralRSAKeys()
1235 PrivateKey tempPrivateKey = km.getPrivateKey(alias); in setupPrivateKeyAndChain() local
1236 if (tempPrivateKey == null) { in setupPrivateKeyAndChain()
1245 if ((tempPrivateKey.getAlgorithm().equals(keyAlgorithm) == false) in setupPrivateKeyAndChain()
1265 this.privateKey = tempPrivateKey; in setupPrivateKeyAndChain()