Class InoTlsConfig
java.lang.Object
de.mid.innovator.net.InoTlsConfig
This class has one instance which gives you information whether TLS is used
and how it is configured. It provides the certificate and the trust store.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic InoTlsConfigvoidlogConfiguration(BiConsumer<String, String> logger) booleanuseTls()
-
Field Details
-
PROPERTY_TlsUse
- See Also:
-
PROPERTY_TlsConfigPath
- See Also:
-
PROPERTY_Truststore
- See Also:
-
PROPERTY_TruststorePassword
- See Also:
-
-
Method Details
-
getTlsConfigPath
-
useTls
public boolean useTls() -
getTrustStore
-
getTrustStoreByProperty
-
getKeyStore
-
getCertificate
-
getLoadError
-
logConfiguration
-
getInstance
-