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.IOExceptionjava.security.cert.CertificateExceptionjava.security.cert.CRLExceptionpublic 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.IOExceptionjava.security.cert.CertificateExceptionjava.security.cert.CRLExceptionpublic static PKIStore getStore(java.lang.String dir, int type) throws java.io.IOException, java.security.cert.CertificateException, java.security.cert.CRLException
java.io.IOExceptionjava.security.cert.CertificateExceptionjava.security.cert.CRLExceptionpublic static PKIStore getStore(int type) throws java.io.IOException, java.security.cert.CertificateException, java.security.cert.CRLException
java.io.IOExceptionjava.security.cert.CertificateExceptionjava.security.cert.CRLExceptionpublic static PKIStore getStore()
Copyright © 2013. All Rights Reserved.