Interface SslConfiguration.Builder

    • Method Detail

      • certificate

        SslConfiguration.Builder certificate​(String certificate)

        The contents of the certificate's domain.crt file.

        Parameters:
        certificate - The contents of the certificate's domain.crt file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privateKey

        SslConfiguration.Builder privateKey​(String privateKey)

        The private key; the contents of the certificate's domain.kex file.

        Parameters:
        privateKey - The private key; the contents of the certificate's domain.kex file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • chain

        SslConfiguration.Builder chain​(String chain)

        Optional. Can be used to specify an intermediate certificate authority key or client authentication.

        Parameters:
        chain - Optional. Can be used to specify an intermediate certificate authority key or client authentication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.