public static class SslConfiguration.TrustStoreConfiguration extends Object
| Constructor and Description | 
|---|
TrustStoreConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<String> | 
getPassword()  | 
Optional<String> | 
getPath()  | 
Optional<String> | 
getProvider()  | 
Optional<String> | 
getType()  | 
void | 
setPassword(String password)
Sets the password to use for the keystore. 
 | 
void | 
setPath(String path)
Sets the path. 
 | 
void | 
setProvider(String provider)
Sets the keystore provider name. 
 | 
void | 
setType(String type)
Sets the type of keystore. 
 | 
public static final String PREFIX
public Optional<String> getPath()
public void setPath(String path)
path - The pathpublic void setPassword(String password)
password - The passwordpublic void setType(String type)
type - The keystore typepublic void setProvider(String provider)
provider - The provider