Interface P12TrustStoreConfig


public interface P12TrustStoreConfig
  • Method Details

    • path

      Path path()
      Path to the trust store file (P12 / PFX 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 trust store.
    • provider

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