Interface JKSTrustStoreConfig


public interface JKSTrustStoreConfig
  • Method Details

    • path

      Path path()
      Path to the trust store file (JKS format).
    • password

      Optional<String> password()
      Password of the trust store. If not set, the password must be retrieved from the credential provider.
    • alias

      Optional<String> alias()
      Alias of the key in the trust store.
    • provider

      Optional<String> provider()
      Provider of the trust store.