src/java.base/share/classes/java/net/SecureCacheResponse.java
changeset 52499 768b1c612100
parent 52474 13266dac5fdb
equal deleted inserted replaced
52498:c3066f7465fa 52499:768b1c612100
    80      * Returns the server's principal which was established as part of
    80      * Returns the server's principal which was established as part of
    81      * defining the session during the original connection that
    81      * defining the session during the original connection that
    82      * retrieved the network resource.
    82      * retrieved the network resource.
    83      *
    83      *
    84      * @return the server's principal. Returns an X500Principal of the
    84      * @return the server's principal. Returns an X500Principal of the
    85      * end-entity certiticate for X509-based cipher suites, and
    85      * end-entity certificate for X509-based cipher suites, and
    86      * KerberosPrincipal for Kerberos cipher suites.
    86      * KerberosPrincipal for Kerberos cipher suites.
    87      *
    87      *
    88      * @throws SSLPeerUnverifiedException if the peer was not verified.
    88      * @throws SSLPeerUnverifiedException if the peer was not verified.
    89      *
    89      *
    90      * @see #getServerCertificateChain()
    90      * @see #getServerCertificateChain()