Searched refs:getLocalPrincipal (Results 1 - 13 of 13) 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 DSSLSession.java252 * @see #getLocalPrincipal()
292 * @see #getLocalPrincipal()
312 public Principal getLocalPrincipal(); method in interface:SSLSession
H A DHttpsURLConnection.java97 * @see #getLocalPrincipal()
139 * @see #getLocalPrincipal()
172 public Principal getLocalPrincipal() { method in class:HttpsURLConnection
/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 DHttpsURLConnectionImpl.java233 public Principal getLocalPrincipal() method in class:HttpsURLConnectionImpl
235 return delegate.getLocalPrincipal();
H A DHttpsClient.java739 Principal getLocalPrincipal() method in class:HttpsClient
743 principal = session.getLocalPrincipal();
/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
H A DClientHandshaker.java504 Principal localPrincipal = session.getLocalPrincipal();
879 session.setLocalPrincipal(kerberosMsg.getLocalPrincipal());
H A DServerHandshaker.java493 Principal localPrincipal = previous.getLocalPrincipal();
1342 session.setLocalPrincipal(mesg.getLocalPrincipal());
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DSSL.java197 Principal self = sslSocket.getSession().getLocalPrincipal();
248 Principal self = sslSocket.getSession().getLocalPrincipal();
/openjdk7/jdk/src/share/classes/sun/security/ssl/krb5/
H A DKerberosClientKeyExchangeImpl.java362 public KerberosPrincipal getLocalPrincipal() { method in class:KerberosClientKeyExchangeImpl

Completed in 60 milliseconds