public class ResourceCertificateLoader extends Object implements CertificateLoader
Constructor and Description |
---|
ResourceCertificateLoader() |
Modifier and Type | Method and Description |
---|---|
InputStream |
loadCertificate(String path)
Load a certificate.
|
public InputStream loadCertificate(String path)
CertificateLoader
loadCertificate
in interface CertificateLoader
path
- path to the certificate file.null
if not found.