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)
      Creates a new instance.
      Parameters:
      sslBundles - the SslBundles to extract the info from
      Since:
      4.0.0
  • Method Details