SslInfo

open class SslInfo

Information about the certificates that the application uses.

Author

Jonatan Ivanov

Moritz Halbritter

Since

3.4.0

Constructors

Link copied to clipboard
constructor(sslBundles: SslBundles, certificateValidityWarningThreshold: Duration)
Creates a new instance.
constructor(sslBundles: SslBundles, certificateValidityWarningThreshold: Duration, clock: Clock)
Creates a new instance.

Types

Link copied to clipboard
inner class BundleInfo
Info about a single SslBundle.
Link copied to clipboard
Info about a single certificate chain.
Link copied to clipboard
inner class CertificateInfo
Info about a certificate.
Link copied to clipboard
Certificate validity info.

Functions

Link copied to clipboard
Returns an SSL bundle by name.
Link copied to clipboard
Returns information on all SSL bundles.