test/jdk/sun/security/pkcs11/KeyStore/ClientAuth.java
changeset 50768 68fa3d4026ea
parent 47216 71c04702a3d5
equal deleted inserted replaced
50767:356eaea05bf0 50768:68fa3d4026ea
   195             clientCiperSuite = args[1];
   195             clientCiperSuite = args[1];
   196         }
   196         }
   197     }
   197     }
   198 
   198 
   199     public static void main(String[] args) throws Exception {
   199     public static void main(String[] args) throws Exception {
       
   200         Security.setProperty("jdk.tls.disabledAlgorithms", "");
       
   201         Security.setProperty("jdk.certpath.disabledAlgorithms", "");
       
   202 
   200         // Get the customized arguments.
   203         // Get the customized arguments.
   201         parseArguments(args);
   204         parseArguments(args);
   202         main(new ClientAuth());
   205         main(new ClientAuth());
   203     }
   206     }
   204 
   207