@License public class FileCertificateLoader extends Object implements CertificateLoader
| Modifier and Type | Field and Description |
|---|---|
static String |
FILENAME
the name of the property holding the file name.
|
| Constructor and Description |
|---|
FileCertificateLoader() |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
loadCertificate(Properties properties) |
Certificate |
loadCertificate(String filename) |
byte[] |
loadCertificateData(Properties properties) |
byte[] |
loadCertificateData(String filename) |
public static final String FILENAME
public FileCertificateLoader()
throws CertificateLoaderException
CertificateLoaderExceptionpublic byte[] loadCertificateData(String filename) throws CertificateLoaderException
CertificateLoaderExceptionpublic Certificate loadCertificate(String filename) throws CertificateLoaderException
CertificateLoaderExceptionpublic Certificate loadCertificate(Properties properties) throws CertificateLoaderException
loadCertificate in interface CertificateLoaderCertificateLoaderExceptionpublic byte[] loadCertificateData(Properties properties) throws CertificateLoaderException
loadCertificateData in interface CertificateLoaderCertificateLoaderExceptionCopyright © 2012-2014 Andrea Funtò. See here for terms and conditions.