public class SslFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
SslFactory.SslFactoryCreated
Interface to react when keystore or truststore is created, to emit metrics or log events.
|
| Constructor and Description |
|---|
SslFactory(Map<String,?> configs) |
SslFactory(Map<String,?> configs,
SslFactory.SslFactoryCreated callback) |
| Modifier and Type | Method and Description |
|---|---|
protected io.confluent.kafka.schemaregistry.client.security.SslFactory.SecurityStore |
createKeystore(String type,
String path,
org.apache.kafka.common.config.types.Password password,
org.apache.kafka.common.config.types.Password keyPassword,
org.apache.kafka.common.config.types.Password privateKey,
org.apache.kafka.common.config.types.Password certificateChain) |
SSLContext |
sslContext()
Returns a configured SSLContext.
|
public SslFactory(Map<String,?> configs, SslFactory.SslFactoryCreated callback)
public SSLContext sslContext()
protected io.confluent.kafka.schemaregistry.client.security.SslFactory.SecurityStore createKeystore(String type, String path, org.apache.kafka.common.config.types.Password password, org.apache.kafka.common.config.types.Password keyPassword, org.apache.kafka.common.config.types.Password privateKey, org.apache.kafka.common.config.types.Password certificateChain)
Copyright © 2025 Confluent, Inc.. All rights reserved.