@ExclusiveOptionals(isOneRequired=true) public class PreSharedKeyGroup extends Object implements VisitableConfig
| Modifier and Type | Field and Description |
|---|---|
Set<PreSharedKey> |
preSharedKeys
Set of pre-shared keys.
|
PreSharedKeyStore |
preSharedKeyStore
The keystore configuration.
|
| Constructor and Description |
|---|
PreSharedKeyGroup() |
@Parameter @Optional @Summary(value="Set of pre-shared keys.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public Set<PreSharedKey> preSharedKeys
@Parameter @Optional @Summary(value="The pre-shared keystore configuration.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public PreSharedKeyStore preSharedKeyStore
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–2024 Teslanet.nl. All rights reserved.