org.glite.voms
Class PKIStoreFactory

java.lang.Object
  extended by org.glite.voms.PKIStoreFactory

public class PKIStoreFactory
extends java.lang.Object


Constructor Summary
PKIStoreFactory()
           
 
Method Summary
static PKIStore getStore()
           
static PKIStore getStore(int type)
           
static PKIStore getStore(java.lang.String dir, int type)
           
static PKIStore getStore(java.lang.String dir, int type, boolean aggressive)
           
static PKIStore getStore(java.lang.String dir, int type, boolean aggressive, boolean timer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PKIStoreFactory

public PKIStoreFactory()
Method Detail

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()