hexagon
2.8.6
jvm
http
/
com.hexagonkt.http
/
SslSettings
Ssl
Settings
data
class
SslSettings
(
val
keyStore
:
URL
?
=
null
,
val
keyStorePassword
:
String
=
""
,
val
trustStore
:
URL
?
=
null
,
val
trustStorePassword
:
String
=
""
,
val
clientAuth
:
Boolean
=
false
)
Members
Constructors
Ssl
Settings
Link copied to clipboard
constructor
(
keyStore
:
URL
?
=
null
,
keyStorePassword
:
String
=
""
,
trustStore
:
URL
?
=
null
,
trustStorePassword
:
String
=
""
,
clientAuth
:
Boolean
=
false
)
Properties
client
Auth
Link copied to clipboard
val
clientAuth
:
Boolean
=
false
key
Store
Link copied to clipboard
val
keyStore
:
URL
?
=
null
key
Store
Password
Link copied to clipboard
val
keyStorePassword
:
String
trust
Store
Link copied to clipboard
val
trustStore
:
URL
?
=
null
trust
Store
Password
Link copied to clipboard
val
trustStorePassword
:
String