Class KeyToolGenerateKeyPairRequest

    • Field Detail

      • keyalg

        private java.lang.String keyalg
        Key algorithm name.

        See options.

      • keysize

        private java.lang.String keysize
        Key bit size.

        See options.

      • keypass

        private java.lang.String keypass
        Key password.

        See options.

      • sigalg

        private java.lang.String sigalg
        Signature algorithm name.

        See options.

      • validity

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

        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.

      • dname

        private java.lang.String dname
        Distinguished name.

        See options.

    • Constructor Detail

      • KeyToolGenerateKeyPairRequest

        public KeyToolGenerateKeyPairRequest()
    • Method Detail

      • getKeyalg

        public java.lang.String getKeyalg()
        Gets the value of the keyalg field.
        Returns:
        the value of the keyalg field
      • setKeyalg

        public void setKeyalg​(java.lang.String keyalg)
        Parameters:
        keyalg - value of the field keyalg to set
      • getKeysize

        public java.lang.String getKeysize()
        Gets the value of the keysize field.
        Returns:
        the value of the keysize field
      • setKeysize

        public void setKeysize​(java.lang.String keysize)
        Parameters:
        keysize - value of the field keysize 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.
      • 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
      • 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
      • 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