Interface JKSKeyStoreConfig


public interface JKSKeyStoreConfig
  • Method Details

    • path

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

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

      Optional<String> alias()
      Alias of the private key and certificate in the key store.
    • aliasPassword

      Optional<String> aliasPassword()
      Password of the alias in the key store. When not set, the password may be retrieved from the credential provider.
    • provider

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