kotlin-mpp-playground
Toggle table of contents
0.1.0.0+42f3bb9
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-mpp-playground
security
/
dev.suresh.cert
/
CertScan
Cert
Scan
object
CertScan
(
source
)
Members
Functions
scan
Link copied to clipboard
fun
scan
(
host
:
String
,
port
:
Int
=
443
,
sni
:
String
?
=
null
,
timeout
:
Duration
=
2.seconds
)
:
List
<
X509Certificate
>