< prev index next >

src/java.base/share/classes/java/net/SecureCacheResponse.java

Print this page

        

*** 80,90 **** * Returns the server's principal which was established as part of * defining the session during the original connection that * retrieved the network resource. * * @return the server's principal. Returns an X500Principal of the ! * end-entity certiticate for X509-based cipher suites, and * KerberosPrincipal for Kerberos cipher suites. * * @throws SSLPeerUnverifiedException if the peer was not verified. * * @see #getServerCertificateChain() --- 80,90 ---- * Returns the server's principal which was established as part of * defining the session during the original connection that * retrieved the network resource. * * @return the server's principal. Returns an X500Principal of the ! * end-entity certificate for X509-based cipher suites, and * KerberosPrincipal for Kerberos cipher suites. * * @throws SSLPeerUnverifiedException if the peer was not verified. * * @see #getServerCertificateChain()
< prev index next >