java.lang.Object
io.confluent.kafka.schemaregistry.client.security.SslFactory

public class SslFactory extends Object
  • Constructor Details

  • Method Details

    • sslContext

      public SSLContext sslContext()
      Returns a configured SSLContext.
      Returns:
      SSLContext.
    • createKeystore

      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)