Class SslBundleSslEngineFactory
java.lang.Object
org.springframework.boot.kafka.autoconfigure.SslBundleSslEngineFactory
- All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.kafka.common.Configurable, org.apache.kafka.common.security.auth.SslEngineFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidcreateClientSslEngine(String peerHost, int peerPort, String endpointIdentification) createServerSslEngine(String peerHost, int peerPort) @Nullable KeyStorekeystore()booleanshouldBeRebuilt(Map<String, Object> nextConfigs) @Nullable KeyStore
-
Constructor Details
-
SslBundleSslEngineFactory
public SslBundleSslEngineFactory()
-
-
Method Details
-
configure
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
createClientSslEngine
-
createServerSslEngine
-
shouldBeRebuilt
-
reconfigurableConfigs
-
keystore
- Specified by:
keystorein interfaceorg.apache.kafka.common.security.auth.SslEngineFactory
-
truststore
- Specified by:
truststorein interfaceorg.apache.kafka.common.security.auth.SslEngineFactory
-