Interface CodeSigningCertificateChain.Builder

    • Method Detail

      • certificateName

        CodeSigningCertificateChain.Builder certificateName​(String certificateName)

        The name of the certificate.

        Parameters:
        certificateName - The name of the certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inlineDocument

        CodeSigningCertificateChain.Builder inlineDocument​(String inlineDocument)

        A base64 encoded binary representation of the code signing certificate chain.

        Parameters:
        inlineDocument - A base64 encoded binary representation of the code signing certificate chain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.