Interface CertificateDownloader
-
- All Known Implementing Classes:
RetryingCertificateDownloader,SimpleCertificateDownloader
public interface CertificateDownloader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<X509Certificate>getTlsServerCertificates(InetAddress address, int port)
-
-
-
Method Detail
-
getTlsServerCertificates
List<X509Certificate> getTlsServerCertificates(InetAddress address, int port)
-
-