public class PKIStoreFactory
extends java.lang.Object
Constructor and Description |
---|
PKIStoreFactory() |
Modifier and Type | Method and Description |
---|---|
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) |
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
java.io.IOException
java.security.cert.CertificateException
java.security.cert.CRLException
public static PKIStore getStore(java.lang.String dir, int type, boolean aggressive) throws java.io.IOException, java.security.cert.CertificateException, java.security.cert.CRLException
java.io.IOException
java.security.cert.CertificateException
java.security.cert.CRLException
public static PKIStore getStore(java.lang.String dir, int type) throws java.io.IOException, java.security.cert.CertificateException, java.security.cert.CRLException
java.io.IOException
java.security.cert.CertificateException
java.security.cert.CRLException
public static PKIStore getStore(int type) throws java.io.IOException, java.security.cert.CertificateException, java.security.cert.CRLException
java.io.IOException
java.security.cert.CertificateException
java.security.cert.CRLException
public static PKIStore getStore()