public class SslFactory extends Object
| Constructor and Description |
|---|
SslFactory(Map<String,?> configs) |
| 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 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 © 2026 Confluent, Inc.. All rights reserved.