Class KeyToolPrintCertificateRequest

  • All Implemented Interfaces:
    org.apache.maven.shared.utils.cli.javatool.JavaToolRequest, KeyToolRequest

    public class KeyToolPrintCertificateRequest
    extends AbstractKeyToolRequest
    Request to print the content of a certificate using the KeyTool tool.
    Since:
    1.1
    Author:
    tchemit
    • Constructor Detail

      • KeyToolPrintCertificateRequest

        public KeyToolPrintCertificateRequest()
    • Method Detail

      • isRfc

        public boolean isRfc()
        Gets the value of the rfc field.
        Returns:
        the value of the rfc field
      • setRfc

        public void setRfc​(boolean rfc)

        Setter for the field rfc.

        Parameters:
        rfc - value of the field rfc to set
      • getFile

        public File getFile()
        Gets the value of the file field.
        Returns:
        the value of the file field
      • setFile

        public void setFile​(File file)

        Setter for the field file.

        Parameters:
        file - value of the field file to set
      • getSslserver

        public String getSslserver()
        Gets the value of the sslserver field.
        Returns:
        the value of the sslserver field
      • setSslserver

        public void setSslserver​(String sslserver)

        Setter for the field sslserver.

        Parameters:
        sslserver - value of the field sslserver to set
      • getJarfile

        public File getJarfile()
        Gets the value of the jarfile field.
        Returns:
        the value of the jarfile field
      • setJarfile

        public void setJarfile​(File jarfile)

        Setter for the field jarfile.

        Parameters:
        jarfile - value of the field jarfile to set