Searched defs:getLocalPrincipal (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DSecureCacheResponse.java57 * @see #getLocalPrincipal()
89 * @see #getLocalPrincipal()
107 public abstract Principal getLocalPrincipal(); method in class:SecureCacheResponse
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DHandshakeCompletedEvent.java110 * @see #getLocalPrincipal()
175 * @see #getLocalPrincipal()
208 public Principal getLocalPrincipal() method in class:HandshakeCompletedEvent
212 principal = session.getLocalPrincipal();
H A DHttpsURLConnection.java97 * @see #getLocalPrincipal()
139 * @see #getLocalPrincipal()
172 public Principal getLocalPrincipal() { method in class:HttpsURLConnection
H A DSSLSession.java252 * @see #getLocalPrincipal()
292 * @see #getLocalPrincipal()
312 public Principal getLocalPrincipal(); method in interface:SSLSession
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DKerberosClientKeyExchange.java143 public Principal getLocalPrincipal(){ method in class:KerberosClientKeyExchange
144 return impl.getLocalPrincipal();
H A DSSLSessionImpl.java530 public Principal getLocalPrincipal() { method in class:SSLSessionImpl
/openjdk7/jdk/src/share/classes/sun/security/ssl/krb5/
H A DKerberosClientKeyExchangeImpl.java362 public KerberosPrincipal getLocalPrincipal() { method in class:KerberosClientKeyExchangeImpl
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DAbstractDelegateHttpsURLConnection.java300 Principal getLocalPrincipal() method in class:AbstractDelegateHttpsURLConnection
303 return ((SecureCacheResponse)cachedResponse).getLocalPrincipal();
309 return (((HttpsClient)http).getLocalPrincipal());
H A DHttpsClient.java739 Principal getLocalPrincipal() method in class:HttpsClient
743 principal = session.getLocalPrincipal();
H A DHttpsURLConnectionImpl.java233 public Principal getLocalPrincipal() method in class:HttpsURLConnectionImpl
235 return delegate.getLocalPrincipal();

Completed in 51 milliseconds