test/jdk/java/security/cert/CertPathBuilder/selfIssued/KeyUsageMatters.java
changeset 55459 00f29fe98900
parent 47216 71c04702a3d5
equal deleted inserted replaced
55458:81ac9262e63b 55459:00f29fe98900
    27 // running it in otherVM mode.
    27 // running it in otherVM mode.
    28 //
    28 //
    29 
    29 
    30 /**
    30 /**
    31  * @test
    31  * @test
    32  * @bug 6852744
    32  * @bug 6852744 8133489
    33  * @summary PIT b61: PKI test suite fails because self signed certificates
    33  * @summary PIT b61: PKI test suite fails because self signed certificates
    34  *          are being rejected
    34  *          are being rejected
    35  * @modules java.base/sun.security.util
    35  * @modules java.base/sun.security.util
    36  * @run main/othervm KeyUsageMatters subca
    36  * @run main/othervm -Djava.security.debug=certpath KeyUsageMatters subca
    37  * @run main/othervm KeyUsageMatters subci
    37  * @run main/othervm -Djava.security.debug=certpath KeyUsageMatters subci
    38  * @run main/othervm KeyUsageMatters alice
    38  * @run main/othervm -Djava.security.debug=certpath KeyUsageMatters alice
    39  * @author Xuelei Fan
    39  * @author Xuelei Fan
    40  */
    40  */
    41 
    41 
    42 import java.io.*;
    42 import java.io.*;
    43 import java.net.SocketException;
    43 import java.net.SocketException;