Searched refs:localPrivateKey (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSessionImpl.java111 private PrivateKey localPrivateKey; field in class:SSLSessionImpl
206 localPrivateKey = privateKey;
252 if (localPrivateKey != null) {
257 localPrivateKey.getAlgorithm();

Completed in 31 milliseconds