Interface TLSCertificateLoader

All Superinterfaces:
Serializable

public interface TLSCertificateLoader extends 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 Type
    Method
    Description
    The method to extract TLS/SSL-certificates from the given web page
  • Method Details

    • getTLSCertificates

      TLSCertificates getTLSCertificates(String urlString)
      The method to extract TLS/SSL-certificates from the given web page
      Parameters:
      urlString - String representing a URL of a webpage with a secure connection (HTTPS)
      Returns:
      TLSCertificates containing the chain of the TLS/SSL certificates and other supportive information