public class TrustStoreConfig extends Object
Constructor and Description |
---|
TrustStoreConfig() |
TrustStoreConfig(String trustStorePath,
String trustStoreType,
String trustStorePassword) |
Modifier and Type | Method and Description |
---|---|
String |
getTrustStorePassword()
Get the password for the TrustStore.
|
String |
getTrustStorePath()
Get the path for a truststore to be used.
|
String |
getTrustStoreType()
Get the type for the TrustStore.
|
void |
setTrustStorePassword(String trustStorePassword)
Set the password for the TrustStore.
|
void |
setTrustStorePath(String trustStorePath)
Set the path for a TrustStore to be used.
|
void |
setTrustStoreType(String trustStoreType)
Set the type for the TrustStore.
|
public String getTrustStorePath()
public void setTrustStorePath(String trustStorePath)
trustStorePath
- The path for the TrustStore.public String getTrustStorePassword()
public void setTrustStorePassword(String trustStorePassword)
trustStorePassword
- The password for the TrustStore.public String getTrustStoreType()
public void setTrustStoreType(String trustStoreType)
trustStoreType
- The type for the TrustStore.Copyright © 2015 JBoss by Red Hat. All Rights Reserved.