public static class NatsConnectionFactoryConfig.TLS
extends java.lang.Object
Constructor and Description |
---|
TLS() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCertificatePath() |
java.lang.String |
getTrustStorePassword() |
java.lang.String |
getTrustStorePath() |
java.lang.String |
getTrustStoreType() |
void |
setCertificatePath(java.lang.String certificatePath) |
void |
setTrustStorePassword(java.lang.String trustStorePassword) |
void |
setTrustStorePath(java.lang.String trustStorePath) |
void |
setTrustStoreType(java.lang.String trustStoreType) |
public java.lang.String getTrustStorePath()
public void setTrustStorePath(java.lang.String trustStorePath)
trustStorePath
- file path for the trust storepublic java.lang.String getTrustStorePassword()
public void setTrustStorePassword(java.lang.String trustStorePassword)
trustStorePassword
- used to unlock the trust storepublic java.lang.String getTrustStoreType()
public void setTrustStoreType(java.lang.String trustStoreType)
trustStoreType
- generally the default, but available for special trust store formats/typespublic java.lang.String getCertificatePath()
public void setCertificatePath(java.lang.String certificatePath)
certificatePath
- the path to the certificate