hexagon
Toggle table of contents
4.1.1
jvm
Platform filter
jvm
Switch theme
Search in API
hexagon
http
/
com.hexagontk.http
/
SslSettings
Ssl
Settings
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
key
Store
Link copied to clipboard
val
keyStore
:
URL
?
key
Store
Password
Link copied to clipboard
val
keyStorePassword
:
String
trust
Store
Link copied to clipboard
val
trustStore
:
URL
?
trust
Store
Password
Link copied to clipboard
val
trustStorePassword
:
String