Package com.dstc.security.provider

Examples of com.dstc.security.provider.DSTC


* 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);
    }
View Full Code Here

TOP

Related Classes of com.dstc.security.provider.DSTC

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.