Interface JksConfiguration
public interface JksConfiguration
-
Method Summary
-
Method Details
-
enabled
@WithParentName @WithDefault("false") boolean enabled()JKS config is disabled by default. -
path
Path of the key file (JKS format). -
password
Password of the key file.
-