public class

SslSettings

extends Object
java.lang.Object
   ↳ com.atlassian.jira.configurator.config.SslSettings

Summary

Public Constructors
SslSettings(String httpsPort, String keystoreFile, String keystorePass, String keystoreType, String keyAlias)
Public Methods
boolean equals(Object o)
@Nonnull String getHttpsPort()
@Nullable String getKeyAlias()
In case the returned value is null, it denotes the first certificate found in the key store.
@Nullable String getKeystoreFile()
In case this is, null it denotes the .keystore file in the operation system home directory of the user that is running Tomcat.
@Nonnull String getKeystorePass()
@Nonnull String getKeystoreType()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SslSettings (String httpsPort, String keystoreFile, String keystorePass, String keystoreType, String keyAlias)

Public Methods

public boolean equals (Object o)

@Nonnull public String getHttpsPort ()

@Nullable public String getKeyAlias ()

In case the returned value is null, it denotes the first certificate found in the key store.

Returns
  • either the concrete alias or the first key in the key store

@Nullable public String getKeystoreFile ()

In case this is, null it denotes the .keystore file in the operation system home directory of the user that is running Tomcat.

Returns
  • the key store containing the key and the certificate

@Nonnull public String getKeystorePass ()

@Nonnull public String getKeystoreType ()

public int hashCode ()