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