@License public class Base64CertificateLoader extends Object implements CertificateLoader
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE64
The name of the property holding the BASE64 representation of the certificate.
|
| Constructor and Description |
|---|
Base64CertificateLoader() |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
loadCertificate(Properties properties) |
Certificate |
loadCertificate(String base64) |
byte[] |
loadCertificateData(Properties properties) |
byte[] |
loadCertificateData(String base64) |
public static final String BASE64
public Base64CertificateLoader()
throws CertificateLoaderException
CertificateLoaderExceptionpublic byte[] loadCertificateData(String base64) throws CertificateLoaderException
CertificateLoaderExceptionpublic Certificate loadCertificate(String base64) 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.