Interface CertificateList.Builder

  • Method Details

    • 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

      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:
    • 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.