public class PemCertificateChainLoader extends Object implements CertificateChainLoader
CertificateChainLoader
that loads PEM-encoded certificates.
sConstructor and Description |
---|
PemCertificateChainLoader() |
Modifier and Type | Method and Description |
---|---|
static PemCertificateChainLoader |
getDefaultInstance() |
List<X509Certificate> |
load(URI url) |
protected InputStream |
openStream(URI url) |
public static PemCertificateChainLoader getDefaultInstance()
public List<X509Certificate> load(URI url) throws CertificateException, IOException
load
in interface CertificateChainLoader
CertificateException
IOException
protected InputStream openStream(URI url) throws IOException
IOException
Copyright © 2019. All rights reserved.