Class RetryingCertificateDownloader
- java.lang.Object
-
- io.buildlogic.truststore.maven.plugin.certificate.RetryingCertificateDownloader
-
- All Implemented Interfaces:
CertificateDownloader
public class RetryingCertificateDownloader extends Object implements CertificateDownloader
-
-
Constructor Summary
Constructors Constructor Description RetryingCertificateDownloader(org.apache.maven.plugin.logging.Log log, boolean trustAllCerts, int timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<X509Certificate>getTlsServerCertificates(InetAddress address, int port)
-
-
-
Method Detail
-
getTlsServerCertificates
public List<X509Certificate> getTlsServerCertificates(InetAddress address, int port)
- Specified by:
getTlsServerCertificatesin interfaceCertificateDownloader
-
-