public class SslConfig extends Object
Constructor and Description |
---|
SslConfig(String keyStorePath,
String keyStorePassword,
String trustStorePath,
String trustStorePassword) |
Modifier and Type | Method and Description |
---|---|
String |
getKeyStorePassword() |
String |
getKeyStorePath() |
String |
getTrustStorePassword() |
String |
getTrustStorePath() |
void |
setKeyStorePassword(String keyStorePassword) |
void |
setKeyStorePath(String keyStorePath) |
void |
setTrustStorePassword(String trustStorePassword) |
void |
setTrustStorePath(String trustStorePath) |
public String getKeyStorePath()
public void setKeyStorePath(String keyStorePath)
public String getKeyStorePassword()
public void setKeyStorePassword(String keyStorePassword)
public String getTrustStorePath()
public void setTrustStorePath(String trustStorePath)
public String getTrustStorePassword()
public void setTrustStorePassword(String trustStorePassword)
Copyright © 2019 Vitam. All rights reserved.