Interface JksConfiguration


public interface JksConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    JKS config is disabled by default.
    Password of the key file.
    Path of the key file (JKS format).
  • Method Details

    • enabled

      @WithParentName @WithDefault("false") boolean enabled()
      JKS config is disabled by default.
    • path

      Optional<String> path()
      Path of the key file (JKS format).
    • password

      Optional<String> password()
      Password of the key file.