Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8314240

test/jdk/sun/security/pkcs/pkcs7/SignerOrder.java fails to compile

    XMLWordPrintable

Details

    • b12
    • generic
    • generic

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              bperez Ben Perez
              mullan Sean Mullan
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: