Prometheus Proxy
Toggle table of contents
3.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Prometheus Proxy
Prometheus Proxy
/
io.prometheus.agent
/
SslSettings
Ssl
Settings
object
SslSettings
(
source
)
Members
Functions
get
Key
Store
Link copied to clipboard
internal
fun
getKeyStore
(
fileName
:
String
,
password
:
CharArray
)
:
KeyStore
fun
getKeyStore
(
fileName
:
String
,
password
:
String
)
:
KeyStore
get
Ssl
Context
Link copied to clipboard
fun
getSslContext
(
fileName
:
String
,
password
:
String
)
:
SSLContext
get
Trust
Manager
Link copied to clipboard
fun
getTrustManager
(
fileName
:
String
,
password
:
String
)
:
X509TrustManager
get
Trust
Manager
Factory
Link copied to clipboard
fun
getTrustManagerFactory
(
fileName
:
String
,
password
:
String
)
:
TrustManagerFactory