-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b131
-
Not verified
The identity scope information should be removed from the jarsigner -verbose output, ex:
$ jarsigner -verbose -verify HelloWorld-signed.jar
<snip>
i = at least one certificate was found in identity scope
The IdentityScope class has been deprecated and marked for removal, and the jarsigner tool does not check this file so it is emitting information that it doesn't even support.
$ jarsigner -verbose -verify HelloWorld-signed.jar
<snip>
i = at least one certificate was found in identity scope
The IdentityScope class has been deprecated and marked for removal, and the jarsigner tool does not check this file so it is emitting information that it doesn't even support.
- relates to
-
JDK-8157730 Deprecate the java.security.{Identity,IdentityScope,Signer} APIs with forRemoval=true
-
- Closed
-