public class FileTruststoreProvider extends Object implements TruststoreProvider
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Map<X500Principal,X509Certificate> |
getIntermediateCertificates() |
HostnameVerificationPolicy |
getPolicy() |
Map<X500Principal,X509Certificate> |
getRootCertificates() |
SSLSocketFactory |
getSSLSocketFactory() |
KeyStore |
getTruststore() |
public HostnameVerificationPolicy getPolicy()
getPolicy in interface TruststoreProviderpublic SSLSocketFactory getSSLSocketFactory()
getSSLSocketFactory in interface TruststoreProviderpublic KeyStore getTruststore()
getTruststore in interface TruststoreProviderpublic Map<X500Principal,X509Certificate> getRootCertificates()
getRootCertificates in interface TruststoreProviderpublic Map<X500Principal,X509Certificate> getIntermediateCertificates()
getIntermediateCertificates in interface TruststoreProviderCopyright © 2021 JBoss by Red Hat. All rights reserved.