public class KeyStore extends Object implements VisitableConfig
| Modifier and Type | Field and Description |
|---|---|
String |
password
The password to access the keystore.
|
String |
path
The location of the keystore.
|
String |
privateKeyAlias
Alias of the private key to use from the keystore.
|
String |
privateKeyPassword
Password of the private key to use from the keystore.
|
| Constructor and Description |
|---|
KeyStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConfigVisitor visitor)
Accept visitor.
|
boolean |
equals(Object obj) |
int |
hashCode() |
@Parameter
@Summary(value="The location of the keystore.")
@Expression(value=NOT_SUPPORTED)
@ParameterDsl(allowReferences=false)
@Path(type=FILE,
acceptsUrls=true,
location=ANY)
public String path
@Parameter @Summary(value="The password to access the keystore.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) @Password public String password
@Parameter @Summary(value="Alias of the private key to use from the keystore.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public String privateKeyAlias
@Parameter @Summary(value="Password of the private key to use from the keystore.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) @Password public String privateKeyPassword
public void accept(ConfigVisitor visitor) throws ConfigException
accept in interface VisitableConfigvisitor - The visitor of the configuration object.ConfigException - When the visit was not successful.public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()Copyright © 2019–2024 Teslanet.nl. All rights reserved.