mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8160247: Mark deprecated javax.security.cert APIs with forRemoval=true
Reviewed-by: weijun
This commit is contained in:
parent
d845c397ea
commit
42cb9bf51a
13 changed files with 36 additions and 24 deletions
|
@ -282,7 +282,8 @@ public interface SSLSession {
|
|||
* array of {@code java.security.cert.Certificate} should
|
||||
* be used instead.
|
||||
*/
|
||||
@Deprecated(since="9")
|
||||
@SuppressWarnings("removal")
|
||||
@Deprecated(since="9", forRemoval=true)
|
||||
public javax.security.cert.X509Certificate [] getPeerCertificateChain()
|
||||
throws SSLPeerUnverifiedException;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue