8157707: Deprecate the java.security.Certificate API with forRemoval=true

Reviewed-by: xuelei
This commit is contained in:
Sean Mullan 2016-07-01 11:42:26 -04:00
parent 5ded57cbdd
commit 0ce484cdd7

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1996, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -60,9 +60,10 @@ import java.util.Date;
* This Certificate interface is entirely deprecated and
* is here to allow for a smooth transition to the new
* package.
* This class is subject to removal in a future version of Java SE.
* @see java.security.cert.Certificate
*/
@Deprecated
@Deprecated(since="1.2", forRemoval=true)
public interface Certificate {
/**