src/java.base/share/classes/javax/net/ssl/SSLSession.java
changeset 54099 fd332722014c
parent 53131 e412d5c096bc
equal deleted inserted replaced
54098:6f75811126c3 54099:fd332722014c
   280      * @see #getPeerPrincipal()
   280      * @see #getPeerPrincipal()
   281      * @deprecated The {@link #getPeerCertificates()} method that returns an
   281      * @deprecated The {@link #getPeerCertificates()} method that returns an
   282      *               array of {@code java.security.cert.Certificate} should
   282      *               array of {@code java.security.cert.Certificate} should
   283      *               be used instead.
   283      *               be used instead.
   284      */
   284      */
   285     @Deprecated(since="9")
   285     @SuppressWarnings("removal")
       
   286     @Deprecated(since="9", forRemoval=true)
   286     public javax.security.cert.X509Certificate [] getPeerCertificateChain()
   287     public javax.security.cert.X509Certificate [] getPeerCertificateChain()
   287             throws SSLPeerUnverifiedException;
   288             throws SSLPeerUnverifiedException;
   288 
   289 
   289     /**
   290     /**
   290      * Returns the identity of the peer which was established as part of
   291      * Returns the identity of the peer which was established as part of