mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-26 10:10:19 +00:00
8144784: Remove @Deprecated annotation from java.security.acl, javax.security.cert and com.sun.jarsigner packages
Reviewed-by: mchung, weijun, wetmore
This commit is contained in:
parent
e67e132b02
commit
6578dc0aa5
@ -24,12 +24,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* The classes and interfaces in this package have been deprecated.
|
||||
* The {@code java.security} package contains suitable replacements.
|
||||
* See that package and, for example, {@code java.security.Permission}
|
||||
* for details.
|
||||
* The classes and interfaces in this package have been deprecated. New
|
||||
* classes should not be added to this package. The {@code java.security}
|
||||
* package contains suitable replacements. See {@link java.security.Policy}
|
||||
* and related classes for details.
|
||||
*
|
||||
* @since 1.1
|
||||
*/
|
||||
@Deprecated
|
||||
package java.security.acl;
|
||||
|
||||
@ -26,16 +26,16 @@
|
||||
/**
|
||||
* Provides classes for public key certificates.
|
||||
*
|
||||
* This package has been deprecated. These classes include a simplified
|
||||
* version of the {@code java.security.cert} package. These classes were
|
||||
* developed as part of the Java Secure Socket
|
||||
* Extension (JSSE). When JSSE was added to the J2SE version 1.4, this
|
||||
* package was added for backward-compatibility reasons only.
|
||||
* The classes in this package have been deprecated. New classes should not
|
||||
* be added to this package. These classes include a simplified version of
|
||||
* the {@code java.security.cert} package. These classes were developed as
|
||||
* part of the Java Secure Socket Extension (JSSE). When JSSE was added to
|
||||
* the J2SE version 1.4, this package was added for backward-compatibility
|
||||
* reasons only.
|
||||
*
|
||||
* New applications should not use this package, but rather
|
||||
* {@code java.security.cert}.
|
||||
*
|
||||
* @since 1.4
|
||||
*/
|
||||
@Deprecated
|
||||
package javax.security.cert;
|
||||
|
||||
@ -35,7 +35,7 @@ import java.security.cert.CertificateException;
|
||||
*
|
||||
* @since 1.5
|
||||
* @author Vincent Ryan
|
||||
* @deprecated This package has been deprecated.
|
||||
* @deprecated This class has been deprecated.
|
||||
*/
|
||||
|
||||
@jdk.Exported
|
||||
|
||||
@ -34,7 +34,7 @@ import java.util.zip.ZipFile;
|
||||
*
|
||||
* @since 1.5
|
||||
* @author Vincent Ryan
|
||||
* @deprecated This package has been deprecated.
|
||||
* @deprecated This class has been deprecated.
|
||||
*/
|
||||
@jdk.Exported
|
||||
@Deprecated
|
||||
|
||||
@ -30,9 +30,10 @@
|
||||
* tool by supplying an alternative implementation of
|
||||
* {@link com.sun.jarsigner.ContentSigner}.
|
||||
*
|
||||
* This package has been deprecated.
|
||||
* The classes in this package have been deprecated. New classes should not be
|
||||
* added to this package. Use the {@link jdk.security.jarsigner.JarSigner} API
|
||||
* to sign JAR files.
|
||||
*/
|
||||
|
||||
@jdk.Exported
|
||||
@Deprecated
|
||||
package com.sun.jarsigner;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user