org.globus.tools.ui.config
Class Configure
java.lang.Object
org.globus.tools.ui.config.Configure
public class Configure
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Configure
public Configure()
loadAndVerifyCertificate
public static X509Certificate loadAndVerifyCertificate(String file)
throws Exception
- Throws:
Exception
verifyUserCertificate
public static X509Certificate verifyUserCertificate(String file)
throws Exception
- Throws:
Exception
verifyCertWithCA
public static X509Certificate verifyCertWithCA(String file,
X509Certificate usercert)
throws Exception
- Throws:
Exception