test/jdk/sun/security/tools/jarsigner/compatibility/SignTwice.java
changeset 57573 7e8f6c56c285
parent 57488 94691d8e746f
child 58679 9c3209ff7550
equal deleted inserted replaced
57572:c449f430ac3f 57573:7e8f6c56c285
    34  */
    34  */
    35 /*
    35 /*
    36  * @test
    36  * @test
    37  * @library /test/lib ../warnings
    37  * @library /test/lib ../warnings
    38  * @compile Compatibility.java
    38  * @compile Compatibility.java
    39  * @run main/othervm
    39  * @run main/othervm/timeout=600
    40  *  -Djava.security.properties=./java.security
    40  *  -Djava.security.properties=./java.security
    41  *  -Duser.language=en
    41  *  -Duser.language=en
    42  *  -Duser.country=US
    42  *  -Duser.country=US
    43  *  -DjdkList=TEST_JDK
    43  *  -DjdkList=TEST_JDK
    44  *  -DtsaList=notsa
    44  *  -DtsaList=notsa
    45  *  -Dexpired=false
    45  *  -Dexpired=false
    46  *  -DtestComprehensiveJarContents=true
    46  *  -DtestComprehensiveJarContents=true
    47  *  -DtestJarUpdate=true
    47  *  -DtestJarUpdate=true
    48  *  -Dstrict=true
    48  *  -Dstrict=true
    49  *  -DkeyAlgs=EC;#RSA;#DSA;
    49  *  -DkeyAlgs=EC;0
    50  *  -DdigestAlgs=SHA-512
    50  *  -DdigestAlgs=SHA-256
    51  *  SignTwice
    51  *  SignTwice
    52  */
    52  */
    53 public class SignTwice {
    53 public class SignTwice {
    54 
    54 
    55     public static void main(String[] args) throws Throwable {
    55     public static void main(String[] args) throws Throwable {