public class PreSharedKeyStore extends Object implements VisitableConfig
| Modifier and Type | Field and Description |
|---|---|
String |
password
The password to access preshared key store.
|
String |
path
The location of the keyfile.
|
| Constructor and Description |
|---|
PreSharedKeyStore() |
@Parameter
@Summary(value="The location of the preshared key store.")
@Expression(value=NOT_SUPPORTED)
@ParameterDsl(allowReferences=false)
@Path(type=FILE,
acceptsUrls=true,
location=ANY)
public String path
@Parameter @Optional @Summary(value="The password to access preshared key store. \nUse when the store is encrypted using org.eclipse.californium:cf-encrypt tool.\nOtherwise no encryption ia assumed.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) @Password public String password
public void accept(ConfigVisitor visitor) throws ConfigException
accept in interface VisitableConfigvisitor - The visitor of the configuration object.ConfigException - When the visit was not successful.Copyright © 2019–2025 Teslanet.nl. All rights reserved.