Class SslInfo

java.lang.Object
org.springframework.boot.info.SslInfo

public class SslInfo extends Object
Information about the certificates that the application uses.
Since:
3.4.0
Author:
Jonatan Ivanov, Moritz Halbritter
  • Constructor Details

    • SslInfo

      public SslInfo(SslBundles sslBundles, Duration certificateValidityWarningThreshold)
      Creates a new instance.
      Parameters:
      sslBundles - the SslBundles to extract the info from
      certificateValidityWarningThreshold - the certificate validity warning threshold
    • SslInfo

      public SslInfo(SslBundles sslBundles, Duration certificateValidityWarningThreshold, Clock clock)
      Creates a new instance.
      Parameters:
      sslBundles - the SslBundles to extract the info from
      certificateValidityWarningThreshold - the certificate validity warning threshold
      clock - the Clock to use
      Since:
      3.5.0
  • Method Details