public interface TruststoreProvider extends Provider
Modifier and Type | Method and Description |
---|---|
Map<X500Principal,X509Certificate> |
getIntermediateCertificates() |
HostnameVerificationPolicy |
getPolicy() |
Map<X500Principal,X509Certificate> |
getRootCertificates() |
SSLSocketFactory |
getSSLSocketFactory() |
KeyStore |
getTruststore() |
HostnameVerificationPolicy getPolicy()
SSLSocketFactory getSSLSocketFactory()
KeyStore getTruststore()
Map<X500Principal,X509Certificate> getRootCertificates()
Map<X500Principal,X509Certificate> getIntermediateCertificates()
Copyright © 2021 JBoss by Red Hat. All rights reserved.