Package io.quarkus.kafka.streams.runtime
Class SslConfig
java.lang.Object
io.quarkus.kafka.streams.runtime.SslConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionA list of cipher suitesThe list of protocols enabled for SSL connectionsThe endpoint identification algorithm to validate server hostname using server certificateKey configThe algorithm used by key manager factory for SSL connectionsKeystore configThe SSL protocol used to generate the SSLContextThe name of the security provider used for SSL connectionsThe SecureRandom PRNG implementation to use for SSL cryptography operationsThe algorithm used by trust manager factory for SSL connectionsTruststore config -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
protocol
The SSL protocol used to generate the SSLContext -
provider
The name of the security provider used for SSL connections -
cipherSuites
A list of cipher suites -
enabledProtocols
The list of protocols enabled for SSL connections -
truststore
Truststore config -
keystore
Keystore config -
key
Key config -
keymanagerAlgorithm
The algorithm used by key manager factory for SSL connections -
trustmanagerAlgorithm
The algorithm used by trust manager factory for SSL connections -
endpointIdentificationAlgorithm
The endpoint identification algorithm to validate server hostname using server certificate -
secureRandomImplementation
The SecureRandom PRNG implementation to use for SSL cryptography operations
-
-
Constructor Details
-
SslConfig
public SslConfig()
-