All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.outbrain.ob1k.server.jetty.SslContext Maven / Gradle / Ivy

The newest version!
package com.outbrain.ob1k.server.jetty;

/**
 * Time: 2/16/14 2:13 PM
 *
 * @author Eran Harel
 */
public interface SslContext {
  public int getSecurePort();

  public String getKeyManagerPassword();

  public String getKeyStorePassword();

  public String getKeyStorePath();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy