Interface CertificateList.Builder

    • Method Detail

      • signingAlg

        CertificateList.Builder signingAlg​(String signingAlg)

        The certificate chain algorithm provided by sidewalk.

        Parameters:
        signingAlg - The certificate chain algorithm provided by sidewalk.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SigningAlg, SigningAlg
      • signingAlg

        CertificateList.Builder signingAlg​(SigningAlg signingAlg)

        The certificate chain algorithm provided by sidewalk.

        Parameters:
        signingAlg - The certificate chain algorithm provided by sidewalk.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SigningAlg, SigningAlg
      • value

        CertificateList.Builder value​(String value)

        The value of the chosen sidewalk certificate.

        Parameters:
        value - The value of the chosen sidewalk certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.