toggle menu
Spring Boot Kotlin API
3.5.0-M3
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.info
/
SslInfo
/
CertificateInfo
Certificate
Info
inner
class
CertificateInfo
Info about a certificate.
Members
Functions
get
Issuer
Link copied to clipboard
open
fun
getIssuer
(
)
:
String
get
Serial
Number
Link copied to clipboard
open
fun
getSerialNumber
(
)
:
String
get
Signature
Algorithm
Name
Link copied to clipboard
open
fun
getSignatureAlgorithmName
(
)
:
String
get
Subject
Link copied to clipboard
open
fun
getSubject
(
)
:
String
get
Validity
Link copied to clipboard
open
fun
getValidity
(
)
:
SslInfo.CertificateValidityInfo
get
Validity
Ends
Link copied to clipboard
open
fun
getValidityEnds
(
)
:
Instant
get
Validity
Starts
Link copied to clipboard
open
fun
getValidityStarts
(
)
:
Instant
get
Version
Link copied to clipboard
open
fun
getVersion
(
)
:
String