-
Bug
-
Resolution: Fixed
-
P2
-
22
-
b12
-
generic
-
generic
test/jdk/sun/security/pkcs/pkcs7/SignerOrder.java:105: error: no suitable method found for verify(no arguments)
SignerInfo[] verifs1 = pkcs71.verify();
^
method PKCS7.verify(SignerInfo,byte[]) is not applicable
(actual and formal argument lists differ in length)
method PKCS7.verify(byte[]) is not applicable
(actual and formal argument lists differ in length)
/opt/mach5/mesos/work_dir/jib-master/install/jdk-22+11-758/src.full/open/test/jdk/sun/security/pkcs/pkcs7/SignerOrder.java:108: error: no suitable method found for verify(no arguments)
SignerInfo[] verifs2 = pkcs72.verify();
^
method PKCS7.verify(SignerInfo,byte[]) is not applicable
(actual and formal argument lists differ in length)
method PKCS7.verify(byte[]) is not applicable
(actual and formal argument lists differ in length)
Note: /opt/mach5/mesos/work_dir/jib-master/install/jdk-22+11-758/src.full/open/test/jdk/sun/security/pkcs/pkcs7/SignerOrder.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
2 errors
result: Failed. Compilation failed: Compilation failed
SignerInfo[] verifs1 = pkcs71.verify();
^
method PKCS7.verify(SignerInfo,byte[]) is not applicable
(actual and formal argument lists differ in length)
method PKCS7.verify(byte[]) is not applicable
(actual and formal argument lists differ in length)
/opt/mach5/mesos/work_dir/jib-master/install/jdk-22+11-758/src.full/open/test/jdk/sun/security/pkcs/pkcs7/SignerOrder.java:108: error: no suitable method found for verify(no arguments)
SignerInfo[] verifs2 = pkcs72.verify();
^
method PKCS7.verify(SignerInfo,byte[]) is not applicable
(actual and formal argument lists differ in length)
method PKCS7.verify(byte[]) is not applicable
(actual and formal argument lists differ in length)
Note: /opt/mach5/mesos/work_dir/jib-master/install/jdk-22+11-758/src.full/open/test/jdk/sun/security/pkcs/pkcs7/SignerOrder.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
2 errors
result: Failed. Compilation failed: Compilation failed
- relates to
-
JDK-8314059 Remove PKCS7.verify()
-
- Resolved
-