Interface TrustStoreConfig


public interface TrustStoreConfig
  • Method Details

    • pem

      Configures the list of trusted certificates.
    • p12

      Configure the PKCS12 trust store.
    • jks

      Configure the JKS trust store.
    • credentialsProvider

      TrustStoreCredentialProviderConfig credentialsProvider()
      The credential provider configuration for the trust store. A credential provider offers a way to retrieve the trust store password. Note that the credential provider is only used if the password is not set in the configuration.
    • validate

      default void validate(String name)