Class KeyToolGenerateKeyPairRequest

    • Constructor Detail

      • KeyToolGenerateKeyPairRequest

        public KeyToolGenerateKeyPairRequest()
    • Method Detail

      • getKeyalg

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

        public void setKeyalg​(String keyalg)

        Setter for the field keyalg.

        Parameters:
        keyalg - value of the field keyalg to set
      • getKeysize

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

        public void setKeysize​(String keysize)

        Setter for the field keysize.

        Parameters:
        keysize - value of the field keysize to set
      • getKeypass

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

        public void setKeypass​(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 String getSigalg()
        Gets the value of the sigalg field.
        Returns:
        the value of the sigalg field
      • setSigalg

        public void setSigalg​(String sigalg)

        Setter for the field sigalg.

        Parameters:
        sigalg - value of the field sigalg to set
      • getValidity

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

        public void setValidity​(String validity)

        Setter for the field validity.

        Parameters:
        validity - value of the field validity to set
      • getDname

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

        public void setDname​(String dname)

        Setter for the field dname.

        Parameters:
        dname - value of the field dname to set
      • getStartdate

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

        public void setStartdate​(String startdate)

        Setter for the field startdate.

        Parameters:
        startdate - value of the field startdate to set
      • getExt

        public String getExt()
        Gets the value of the exts field.
        Returns:
        the value of the exts field
      • setExt

        public void setExt​(String ext)

        setExt.

        Parameters:
        ext - value of the field exts to set
      • setExts

        public void setExts​(List<String> exts)

        Setter for the field exts.

        Parameters:
        exts - values of the field exts to set
        Since:
        1.6
      • getExts

        public List<String> getExts()
        Gets the values of the exts field.
        Returns:
        the values of the exts field
        Since:
        1.6