mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8242260: Add forRemoval=true to already deprecated ContentSigner
Reviewed-by: alanb, mullan, xuelei
This commit is contained in:
parent
474ce89ebc
commit
dc6d76f518
8 changed files with 82 additions and 47 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2020, 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
|
||||
|
@ -30,9 +30,9 @@
|
|||
* tool by supplying an alternative implementation of
|
||||
* {@link com.sun.jarsigner.ContentSigner}.
|
||||
*
|
||||
* 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.
|
||||
* The classes in this package have been deprecated and will be removed in
|
||||
* a future release. New classes should not be added to this package.
|
||||
* Use the {@link jdk.security.jarsigner.JarSigner} API to sign JAR files.
|
||||
*/
|
||||
|
||||
package com.sun.jarsigner;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue