Uses of Class
org.kiwiproject.config.TlsContextConfiguration
-
Packages that use TlsContextConfiguration Package Description org.kiwiproject.config -
-
Uses of TlsContextConfiguration in org.kiwiproject.config
Methods in org.kiwiproject.config that return TlsContextConfiguration Modifier and Type Method Description static TlsContextConfigurationTlsContextConfiguration. fromDropwizardTlsConfiguration(io.dropwizard.client.ssl.TlsConfiguration tlsConfig)Given a DropwizardTlsConfiguration, create a newTlsContextConfiguration.TlsContextConfigurationSSLContextConfiguration. toTlsContextConfiguration()Convert thisSSLContextConfigurationto aTlsContextConfiguration, using thekeyStoreTypefor both the key and trust store type in the returned object.TlsContextConfigurationSSLContextConfiguration. toTlsContextConfiguration(String trustStoreType)Convert thisSSLContextConfigurationto aTlsContextConfiguration, using thekeyStoreTypefor the key and the specifiedtrustStoreTypeas the trust store type in the returned object.
-