Interface JksConfiguration
-
public interface JksConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
enabled()
JKS config is disabled by default.Optional<String>
password()
Password of the key file.Optional<String>
path()
Path of the key file (JKS format).
-