Class ConfigKeyringHandler

java.lang.Object
net.i2p.router.web.FormHandler
net.i2p.router.web.helpers.ConfigKeyringHandler

public class ConfigKeyringHandler extends FormHandler
Support additions via B64 Destkey, B64 Desthash, blahblah.i2p, and others supported by ConvertToHash
  • Constructor Details

    • ConfigKeyringHandler

      public ConfigKeyringHandler()
  • Method Details

    • processForm

      protected void processForm()
      Description copied from class: FormHandler
      Implement this to perform the final processing (in turn, adding formNotice and formError messages, etc) Will only be called if _action is non-null and the nonce is valid.
      Specified by:
      processForm in class FormHandler
    • setPeer

      public void setPeer(String peer)
    • setKey

      public void setKey(String key)
    • setNofilter_blindedPassword

      public void setNofilter_blindedPassword(String pw)
      Since:
      0.9.41
    • setEncryptMode

      public void setEncryptMode(String m)
      Since:
      0.9.41
    • setRevokeClient

      public void setRevokeClient(String[] revokes)
      Since:
      0.9.41