Package com.linecorp.centraldogma.server
Class TlsConfig
java.lang.Object
com.linecorp.centraldogma.server.TlsConfig
TLS configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns anInputStream
of the certificate chain.keyFile()
Deprecated.UsekeyInputStream()
.Returns anInputStream
of the private key.Returns a password for the private key file.toString()
-
Constructor Details
-
Method Details
-
keyCertChainFile
Deprecated.Returns a certificates file which is created with the givenkeyCertChainFilePath
. -
keyFile
Deprecated.UsekeyInputStream()
.Returns a private key file which is created with the givenkeyFilePath
. -
keyCertChainInputStream
Returns anInputStream
of the certificate chain. -
keyInputStream
Returns anInputStream
of the private key. -
keyPassword
Returns a password for the private key file. Returnnull
if no password is set. -
toString
-
keyCertChainInputStream()
.