public class SslSettings extends Object
Constructor and Description |
---|
SslSettings(String httpsPort,
String keystoreFile,
String keystorePass,
String keystoreType,
String keyAlias) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHttpsPort() |
String |
getKeyAlias()
In case the returned value is
null , it denotes the first certificate found in the key store. |
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. |
String |
getKeystorePass() |
String |
getKeystoreType() |
int |
hashCode() |
@Nullable public String getKeystoreFile()
null
it denotes the .keystore
file in the operation system home
directory of the user that is running Tomcat.@Nullable public String getKeyAlias()
null
, it denotes the first certificate found in the key store.Copyright © 2002-2022 Atlassian. All Rights Reserved.