* Install the provider here, rather than in the java.security file, since it
* conflicts with the RSAJCA provider that comes with the JDK 1.3.
*/
public class CA {
public static void main(String[] args) {
Security.insertProviderAt(new DSTC(), 1);
com.dstc.security.pki.ConsoleCATool.main(args);
}