Interface TrustStoreConfiguration.Builder

  • Method Details

    • certificateAuthorityCertificates

      TrustStoreConfiguration.Builder certificateAuthorityCertificates(Collection<String> certificateAuthorityCertificates)

      The certificate authority certificate.

      Parameters:
      certificateAuthorityCertificates - The certificate authority certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificateAuthorityCertificates

      TrustStoreConfiguration.Builder certificateAuthorityCertificates(String... certificateAuthorityCertificates)

      The certificate authority certificate.

      Parameters:
      certificateAuthorityCertificates - The certificate authority certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.