public static class CmpClientConf.Ssl
extends org.xipki.util.ValidatableConf
| Constructor and Description |
|---|
Ssl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostnameVerifier() |
String |
getKeystoreFile() |
String |
getKeystorePassword() |
String |
getName() |
String |
getStoreType() |
String |
getTruststoreFile() |
String |
getTruststorePassword() |
void |
setHostnameVerifier(String hostnameVerifier) |
void |
setKeystoreFile(String keystoreFile) |
void |
setKeystorePassword(String keystorePassword) |
void |
setName(String name) |
void |
setStoreType(String storeType) |
void |
setTruststoreFile(String truststoreFile) |
void |
setTruststorePassword(String truststorePassword) |
void |
validate() |
public String getName()
public void setName(String name)
public String getStoreType()
public void setStoreType(String storeType)
public String getKeystoreFile()
public void setKeystoreFile(String keystoreFile)
public String getKeystorePassword()
public void setKeystorePassword(String keystorePassword)
public String getTruststoreFile()
public void setTruststoreFile(String truststoreFile)
public String getTruststorePassword()
public void setTruststorePassword(String truststorePassword)
public String getHostnameVerifier()
public void setHostnameVerifier(String hostnameVerifier)
public void validate()
throws org.xipki.util.InvalidConfException
validate in class org.xipki.util.ValidatableConforg.xipki.util.InvalidConfExceptionCopyright © 2018. All rights reserved.