Package tech.mgl.utils.ssl
Class MGL_CertificateDownloader
java.lang.Object
tech.mgl.utils.ssl.MGL_CertificateDownloader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddownloadCertificate(String httpsUrl, String outputPath) static voidfetchAndSaveCertificate(String host, int port, String outputPath) static StringhandleCertificate(String httpsUrl, String outputFilePath) static void
-
Constructor Details
-
MGL_CertificateDownloader
public MGL_CertificateDownloader()
-
-
Method Details