org.glite.voms
Class PKIStoreFactory
java.lang.Object
org.glite.voms.PKIStoreFactory
public class PKIStoreFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PKIStoreFactory
public PKIStoreFactory()
getStore
public static PKIStore getStore(java.lang.String dir,
int type,
boolean aggressive,
boolean timer)
throws java.io.IOException,
java.security.cert.CertificateException,
java.security.cert.CRLException
- Throws:
java.io.IOException
java.security.cert.CertificateException
java.security.cert.CRLException
getStore
public static PKIStore getStore(java.lang.String dir,
int type,
boolean aggressive)
throws java.io.IOException,
java.security.cert.CertificateException,
java.security.cert.CRLException
- Throws:
java.io.IOException
java.security.cert.CertificateException
java.security.cert.CRLException
getStore
public static PKIStore getStore(java.lang.String dir,
int type)
throws java.io.IOException,
java.security.cert.CertificateException,
java.security.cert.CRLException
- Throws:
java.io.IOException
java.security.cert.CertificateException
java.security.cert.CRLException
getStore
public static PKIStore getStore(int type)
throws java.io.IOException,
java.security.cert.CertificateException,
java.security.cert.CRLException
- Throws:
java.io.IOException
java.security.cert.CertificateException
java.security.cert.CRLException
getStore
public static PKIStore getStore()