Package io.quarkus.kafka.streams.runtime
Class KeyStoreConfig
- java.lang.Object
-
- io.quarkus.kafka.streams.runtime.KeyStoreConfig
-
public class KeyStoreConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description KeyStoreConfig()
-
-
-
Field Detail
-
type
@ConfigItem public Optional<String> type
Key store type
-
location
@ConfigItem public Optional<String> location
Key store location
-
password
@ConfigItem public Optional<String> password
Key store password
-
key
@ConfigItem public Optional<String> key
Key store private key
-
certificateChain
@ConfigItem public Optional<String> certificateChain
Key store certificate chain
-
-