public class SslConfiguration extends Object
| Constructor and Description |
|---|
SslConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
String |
getKeyPassword() |
String |
getKeyStore() |
String |
getKeyStorePassword() |
void |
setAlgorithm(String algorithm) |
void |
setKeyPassword(String keyPassword) |
void |
setKeyStore(String keyStore) |
void |
setKeyStorePassword(String keyStorePassword) |
public String getKeyStore()
public void setKeyStore(String keyStore)
public String getKeyStorePassword()
public void setKeyStorePassword(String keyStorePassword)
public String getKeyPassword()
public void setKeyPassword(String keyPassword)
public String getAlgorithm()
public void setAlgorithm(String algorithm)
Copyright © 2016–2021 Softelnet. All rights reserved.