public class SslHostConfigInfo extends Object implements Serializable
| Constructor and Description |
|---|
SslHostConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<CertificateInfo> |
getCertificateInfos()
Gets certificate infos.
|
String |
getCertificateVerification()
Gets the certificate verification.
|
String |
getCertificateVerificationDepth()
Gets the certificate verification depth.
|
String |
getCiphers()
Gets the ciphers.
|
String |
getHostName()
Gets the hostName.
|
String |
getInsecureRenegotiation()
Gets the insecure renegotiation.
|
String |
getProtocols()
Gets protocols.
|
String |
getTruststoreAlgorithm()
Gets the truststore algorithm.
|
List<Cert> |
getTrustStoreCerts()
Gets the trust store certs.
|
String |
getTruststoreFile()
Gets the truststore file.
|
String |
getTruststorePassword()
Gets the truststore pass.
|
String |
getTruststoreProvider()
Gets the truststore provider.
|
String |
getTruststoreType()
Gets the truststore type.
|
void |
setCertificateInfos(List<CertificateInfo> certificateInfos)
Sets certificate infos.
|
void |
setCertificateVerification(String certificateVerification)
Sets the certificate verification.
|
void |
setCertificateVerificationDepth(String certificateVerificationDepth)
Sets the certificate verification depth.
|
void |
setCiphers(String ciphers)
Sets the ciphers.
|
void |
setHostName(String hostName)
Sets the hostName.
|
void |
setInsecureRenegotiation(String insecureRenegotiation)
Sets the insecure renegotiation.
|
void |
setProtocols(String protocols)
Sets protocols.
|
void |
setTruststoreAlgorithm(String truststoreAlgorithm)
Sets the truststore algorithm.
|
void |
setTrustStoreCerts(List<Cert> trustStoreCerts)
Sets the trust store certs.
|
void |
setTruststoreFile(String truststoreFile)
Sets the truststore file.
|
void |
setTruststorePassword(String truststorePassword)
Sets the truststore password.
|
void |
setTruststoreProvider(String truststoreProvider)
Sets the truststore provider.
|
void |
setTruststoreType(String truststoreType)
Sets the truststore type.
|
public String getHostName()
public void setHostName(String hostName)
hostName - the new the hostNamepublic String getCertificateVerification()
public void setCertificateVerification(String certificateVerification)
certificateVerification - the new certificate verificationpublic String getProtocols()
public void setProtocols(String protocols)
protocols - new protocolspublic String getCiphers()
public void setCiphers(String ciphers)
ciphers - the new cipherspublic String getCertificateVerificationDepth()
public void setCertificateVerificationDepth(String certificateVerificationDepth)
certificateVerificationDepth - the new certificate verification depthpublic String getInsecureRenegotiation()
public void setInsecureRenegotiation(String insecureRenegotiation)
insecureRenegotiation - the new insecure renegotiationpublic String getTruststoreFile()
public void setTruststoreFile(String truststoreFile)
truststoreFile - the new truststore filepublic String getTruststorePassword()
public void setTruststorePassword(String truststorePassword)
truststorePassword - the new truststore passwordpublic String getTruststoreProvider()
public void setTruststoreProvider(String truststoreProvider)
truststoreProvider - the new truststore providerpublic String getTruststoreType()
public void setTruststoreType(String truststoreType)
truststoreType - the new truststore typepublic String getTruststoreAlgorithm()
public void setTruststoreAlgorithm(String truststoreAlgorithm)
truststoreAlgorithm - the new truststore algorithmpublic List<Cert> getTrustStoreCerts()
public void setTrustStoreCerts(List<Cert> trustStoreCerts)
trustStoreCerts - the new trust store certspublic List<CertificateInfo> getCertificateInfos()
public void setCertificateInfos(List<CertificateInfo> certificateInfos)
certificateInfos - new certificate infosCopyright © 2009–2020 psi-probe. All rights reserved.