Class KeyToolGenerateCertificateRequest

    • Field Detail

      • keypass

        private java.lang.String keypass
        Key password.

        See options.

      • rfc

        private boolean rfc
        Output in RFC style.

        See options.

      • infile

        private java.io.File infile
        input file name.

        See options.

      • outfile

        private java.io.File outfile
        output file name.

        See options.

      • sigalg

        private java.lang.String sigalg
        Signature algorithm name.

        See options.

      • dname

        private java.lang.String dname
        Distinguished name.

        See options.

      • startdate

        private java.lang.String startdate
        Certificate validity start date/time.

        See options.

      • ext

        private java.lang.String ext
        X.509 extension.

        See options.

      • validity

        private java.lang.String validity
        Validity number of days.

        See options.

    • Constructor Detail

      • KeyToolGenerateCertificateRequest

        public KeyToolGenerateCertificateRequest()
    • 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)
        Parameters:
        rfc - value of the field rfc to set
      • getInfile

        public java.io.File getInfile()
        Gets the value of the infile field.
        Returns:
        the value of the infile field
      • setInfile

        public void setInfile​(java.io.File infile)
        Parameters:
        infile - value of the field infile to set
      • getOutfile

        public java.io.File getOutfile()
        Gets the value of the outfile field.
        Returns:
        the value of the outfile field
      • setOutfile

        public void setOutfile​(java.io.File outfile)
        Parameters:
        outfile - value of the field outfile to set
      • getSigalg

        public java.lang.String getSigalg()
        Gets the value of the sigalg field.
        Returns:
        the value of the sigalg field
      • setSigalg

        public void setSigalg​(java.lang.String sigalg)
        Parameters:
        sigalg - value of the field sigalg to set
      • getDname

        public java.lang.String getDname()
        Gets the value of the dname field.
        Returns:
        the value of the dname field
      • setDname

        public void setDname​(java.lang.String dname)
        Parameters:
        dname - value of the field dname to set
      • getStartdate

        public java.lang.String getStartdate()
        Gets the value of the startdate field.
        Returns:
        the value of the startdate field
      • setStartdate

        public void setStartdate​(java.lang.String startdate)
        Parameters:
        startdate - value of the field startdate to set
      • getExt

        public java.lang.String getExt()
        Gets the value of the ext field.
        Returns:
        the value of the ext field
      • setExt

        public void setExt​(java.lang.String ext)
        Parameters:
        ext - value of the field ext to set
      • getValidity

        public java.lang.String getValidity()
        Gets the value of the validity field.
        Returns:
        the value of the validity field
      • setValidity

        public void setValidity​(java.lang.String validity)
        Parameters:
        validity - value of the field validity to set
      • getKeypass

        public java.lang.String getKeypass()
        Gets the value of the keypass field.
        Returns:
        the value of the keypass field.
      • setKeypass

        public void setKeypass​(java.lang.String keypass)
        Sets the new given value to the field keypass of the request.
        Parameters:
        keypass - the new value of the field keypass.