Interface TLSCertificateLoader
- All Superinterfaces:
Serializable
The data loader which includes server webpage certificates to the response context.
Use the method
#getCertificates(url) to extract the data.-
Method Summary
Modifier and TypeMethodDescriptiongetTLSCertificates(String urlString) The method to extract TLS/SSL-certificates from the given web page
-
Method Details
-
getTLSCertificates
The method to extract TLS/SSL-certificates from the given web page- Parameters:
urlString-Stringrepresenting a URL of a webpage with a secure connection (HTTPS)- Returns:
TLSCertificatescontaining the chain of the TLS/SSL certificates and other supportive information
-