Class KeyToolPrintCRLFileRequest

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

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

      • KeyToolPrintCRLFileRequest

        public KeyToolPrintCRLFileRequest()
    • Method Detail

      • 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