Class KeyToolChangeKeyPasswordRequest

    • Field Detail

      • newPassword

        private java.lang.String newPassword
        New password.

        See options.

      • keypass

        private java.lang.String keypass
        Key password.

        See options.

    • Constructor Detail

      • KeyToolChangeKeyPasswordRequest

        public KeyToolChangeKeyPasswordRequest()
    • Method Detail

      • getNewPassword

        public java.lang.String getNewPassword()
        Gets the value of the newPassword field.
        Returns:
        the value of the newPassword field
      • setNewPassword

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