public class CertificateLoaderFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static CertificateLoader |
makeCertificateLoader(Properties properties)
Creates a new CertificateLoader using the given property set.
|
static CertificateLoader |
makeCertificateLoader(String filename)
Creates a new CertificateLoader loading its property set from the given file.
|
public static CertificateLoader makeCertificateLoader(String filename) throws FileNotFoundException, IOException, CertificateLoaderException
properties - a set of properties used to initialise the new Certificateloader.CertificateLoaderExceptionFileNotFoundExceptionIOExceptionpublic static CertificateLoader makeCertificateLoader(Properties properties) throws CertificateLoaderException
properties - a set of properties used to initialise the new CertificateLoader.CertificateLoaderExceptionCopyright © 2012-2014 Andrea Funtò. See here for terms and conditions.